次の方法で共有


SubnetInner.PrivateEndpoints プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象