ApplicationGateway.PrivateLinkConfigurations Property

Definition

Gets or sets privateLink configurations on application gateway.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to