次の方法で共有


Subnet.PrivateEndpoints プロパティ

定義

プライベート エンドポイントへの参照の配列を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象