次の方法で共有


PrivateEndpoint.PrivateLinkServiceConnections プロパティ

定義

リモート リソースへの接続に関する情報のグループ化を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象