-
Notifications
You must be signed in to change notification settings - Fork 265
/
ApplicationGatewayPrivateLinkConfiguration.xml
231 lines (231 loc) · 14 KB
/
ApplicationGatewayPrivateLinkConfiguration.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
<Type Name="ApplicationGatewayPrivateLinkConfiguration" FullName="Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration">
<TypeSignature Language="C#" Value="public class ApplicationGatewayPrivateLinkConfiguration : Microsoft.Azure.Management.Network.Models.SubResource" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ApplicationGatewayPrivateLinkConfiguration extends Microsoft.Azure.Management.Network.Models.SubResource" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration" />
<TypeSignature Language="VB.NET" Value="Public Class ApplicationGatewayPrivateLinkConfiguration
Inherits SubResource" />
<TypeSignature Language="F#" Value="type ApplicationGatewayPrivateLinkConfiguration = class
 inherit SubResource" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.Network.Models.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>
Private Link Configuration on an application gateway.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ApplicationGatewayPrivateLinkConfiguration ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the
ApplicationGatewayPrivateLinkConfiguration class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ApplicationGatewayPrivateLinkConfiguration (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations = default, string provisioningState = default, string name = default, string etag = default, string type = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string id, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations, string provisioningState, string name, string etag, string type) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration},System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional id As String = Nothing, Optional ipConfigurations As IList(Of ApplicationGatewayPrivateLinkIpConfiguration) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration" Usage="new Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration (id, ipConfigurations, provisioningState, name, etag, type)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="id" Type="System.String" />
<Parameter Name="ipConfigurations" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration>" />
<Parameter Name="provisioningState" Type="System.String" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="etag" Type="System.String" />
<Parameter Name="type" Type="System.String" />
</Parameters>
<Docs>
<param name="id">Resource ID.</param>
<param name="ipConfigurations">An array of application gateway
private link ip configurations.</param>
<param name="provisioningState">The provisioning state of the
application gateway private link configuration. Possible values
include: 'Succeeded', 'Updating', 'Deleting', 'Failed'</param>
<param name="name">Name of the private link configuration that is
unique within an Application Gateway.</param>
<param name="etag">A unique read-only string that changes whenever
the resource is updated.</param>
<param name="type">Type of the resource.</param>
<summary>
Initializes a new instance of the
ApplicationGatewayPrivateLinkConfiguration class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Etag">
<MemberSignature Language="C#" Value="public string Etag { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Etag" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration.Etag" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Etag As String" />
<MemberSignature Language="F#" Value="member this.Etag : string" Usage="Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration.Etag" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="etag")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="etag")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets a unique read-only string that changes whenever the resource
is updated.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IpConfigurations">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration> IpConfigurations { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration> IpConfigurations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration.IpConfigurations" />
<MemberSignature Language="VB.NET" Value="Public Property IpConfigurations As IList(Of ApplicationGatewayPrivateLinkIpConfiguration)" />
<MemberSignature Language="F#" Value="member this.IpConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration> with get, set" Usage="Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration.IpConfigurations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipConfigurations")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipConfigurations")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets an array of application gateway private link ip
configurations.
</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.Models.ApplicationGatewayPrivateLinkConfiguration.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.Models.ApplicationGatewayPrivateLinkConfiguration.Name" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</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 name of the private link configuration that is unique
within an Application Gateway.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ProvisioningState">
<MemberSignature Language="C#" Value="public string ProvisioningState { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ProvisioningState" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration.ProvisioningState" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ProvisioningState As String" />
<MemberSignature Language="F#" Value="member this.ProvisioningState : string" Usage="Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration.ProvisioningState" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</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>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the provisioning state of the application gateway private link
configuration. Possible values include: 'Succeeded', 'Updating',
'Deleting', 'Failed'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Type">
<MemberSignature Language="C#" Value="public string Type { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Type" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration.Type" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Type As String" />
<MemberSignature Language="F#" Value="member this.Type : string" Usage="Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration.Type" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="type")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets type of the resource.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>