次の方法で共有


Subnet.ServiceEndpoints プロパティ

定義

サービス エンドポイントの配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象