共用方式為


ApplicationGatewayPrivateLinkConfiguration.IpConfigurations Property

Definition

Gets or sets an array of application gateway private link ip configurations.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration> IpConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipConfigurations")>]
member this.IpConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration> with get, set
Public Property IpConfigurations As IList(Of ApplicationGatewayPrivateLinkIpConfiguration)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to