次の方法で共有


PrivateLinkService.PrivateEndpointConnections プロパティ

定義

プライベート エンドポイントへの接続に関する一覧の配列を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象