次の方法で共有


PrivateEndpoint.ManualPrivateLinkServiceConnections プロパティ

定義

リモート リソースへの接続に関する情報のグループ化を取得または設定します。 ネットワーク管理者がリモート リソースへの接続を承認するためのアクセス権を持っていない場合に使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象