次の方法で共有


VaultProperties.PrivateEndpointConnections プロパティ

定義

プライベート エンドポイント接続の一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象