次の方法で共有


ApplicationGateway.PrivateLinkConfigurations プロパティ

定義

アプリケーション ゲートウェイの privateLink 構成を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象