次の方法で共有


ManagedInstanceUpdate.PrivateEndpointConnections プロパティ

定義

マネージド インスタンス上のプライベート エンドポイント接続の一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象