次の方法で共有


ApplicationGateway.PrivateEndpointConnections プロパティ

定義

アプリケーション ゲートウェイ上のプライベート エンドポイント接続を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointConnections")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection> PrivateEndpointConnections { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointConnections")>]
member this.PrivateEndpointConnections : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection>
Public ReadOnly Property PrivateEndpointConnections As IList(Of ApplicationGatewayPrivateEndpointConnection)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象