-
Notifications
You must be signed in to change notification settings - Fork 264
/
ExpressRouteConnectionInner.xml
286 lines (286 loc) · 17.7 KB
/
ExpressRouteConnectionInner.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<Type Name="ExpressRouteConnectionInner" FullName="Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner">
<TypeSignature Language="C#" Value="public class ExpressRouteConnectionInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ExpressRouteConnectionInner extends Microsoft.Azure.Management.ResourceManager.Fluent.SubResource" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner" />
<TypeSignature Language="VB.NET" Value="Public Class ExpressRouteConnectionInner
Inherits SubResource" />
<TypeSignature Language="F#" Value="type ExpressRouteConnectionInner = class
 inherit SubResource" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.ResourceManager.Fluent.SubResource</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Microsoft.Rest.Serialization.JsonTransformation]</AttributeName>
<AttributeName Language="F#">[<Microsoft.Rest.Serialization.JsonTransformation>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
ExpressRouteConnection resource.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ExpressRouteConnectionInner ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ExpressRouteConnectionInner
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ExpressRouteConnectionInner (Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringId expressRouteCircuitPeering, string name, string id = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string authorizationKey = default, int? routingWeight = default, bool? enableInternetSecurity = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringId expressRouteCircuitPeering, string name, string id, class Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState, string authorizationKey, valuetype System.Nullable`1<int32> routingWeight, valuetype System.Nullable`1<bool> enableInternetSecurity) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.#ctor(Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringId,System.String,System.String,Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState,System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (expressRouteCircuitPeering As ExpressRouteCircuitPeeringId, name As String, Optional id As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional authorizationKey As String = Nothing, Optional routingWeight As Nullable(Of Integer) = Nothing, Optional enableInternetSecurity As Nullable(Of Boolean) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner : Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringId * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner" Usage="new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner (expressRouteCircuitPeering, name, id, provisioningState, authorizationKey, routingWeight, enableInternetSecurity)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="expressRouteCircuitPeering" Type="Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringId" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="id" Type="System.String" />
<Parameter Name="provisioningState" Type="Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState" />
<Parameter Name="authorizationKey" Type="System.String" />
<Parameter Name="routingWeight" Type="System.Nullable<System.Int32>" />
<Parameter Name="enableInternetSecurity" Type="System.Nullable<System.Boolean>" />
</Parameters>
<Docs>
<param name="id">To be added.</param>
<param name="expressRouteCircuitPeering">The ExpressRoute circuit
peering.</param>
<param name="name">The name of the resource.</param>
<param name="provisioningState">The provisioning state of the
express route connection resource. Possible values include:
'Succeeded', 'Updating', 'Deleting', 'Failed'</param>
<param name="authorizationKey">Authorization key to establish the
connection.</param>
<param name="routingWeight">The routing weight associated to the
connection.</param>
<param name="enableInternetSecurity">Enable internet
security.</param>
<summary>
Initializes a new instance of the ExpressRouteConnectionInner
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AuthorizationKey">
<MemberSignature Language="C#" Value="public string AuthorizationKey { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string AuthorizationKey" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.AuthorizationKey" />
<MemberSignature Language="VB.NET" Value="Public Property AuthorizationKey As String" />
<MemberSignature Language="F#" Value="member this.AuthorizationKey : string with get, set" Usage="Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.AuthorizationKey" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizationKey")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizationKey")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets authorization key to establish the connection.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EnableInternetSecurity">
<MemberSignature Language="C#" Value="public bool? EnableInternetSecurity { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> EnableInternetSecurity" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.EnableInternetSecurity" />
<MemberSignature Language="VB.NET" Value="Public Property EnableInternetSecurity As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.EnableInternetSecurity : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.EnableInternetSecurity" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableInternetSecurity")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableInternetSecurity")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets enable internet security.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpressRouteCircuitPeering">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringId ExpressRouteCircuitPeering { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringId ExpressRouteCircuitPeering" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.ExpressRouteCircuitPeering" />
<MemberSignature Language="VB.NET" Value="Public Property ExpressRouteCircuitPeering As ExpressRouteCircuitPeeringId" />
<MemberSignature Language="F#" Value="member this.ExpressRouteCircuitPeering : Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringId with get, set" Usage="Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.ExpressRouteCircuitPeering" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.expressRouteCircuitPeering")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.expressRouteCircuitPeering")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringId</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the ExpressRoute circuit peering.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Name">
<MemberSignature Language="C#" Value="public string Name { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Name" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.Name" />
<MemberSignature Language="VB.NET" Value="Public Property Name As String" />
<MemberSignature Language="F#" Value="member this.Name : string with get, set" Usage="Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.Name" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="name")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the name of the resource.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ProvisioningState">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState ProvisioningState { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState ProvisioningState" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.ProvisioningState" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ProvisioningState As ProvisioningState" />
<MemberSignature Language="F#" Value="member this.ProvisioningState : Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState" Usage="Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.ProvisioningState" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the provisioning state of the express route connection
resource. Possible values include: 'Succeeded', 'Updating',
'Deleting', 'Failed'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RoutingWeight">
<MemberSignature Language="C#" Value="public int? RoutingWeight { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> RoutingWeight" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.RoutingWeight" />
<MemberSignature Language="VB.NET" Value="Public Property RoutingWeight As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.RoutingWeight : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.RoutingWeight" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.routingWeight")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.routingWeight")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the routing weight associated to the connection.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public virtual void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="abstract member Validate : unit -> unit
override this.Validate : unit -> unit" Usage="expressRouteConnectionInner.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>