次の方法で共有


EndpointInner.Subnets プロパティ

定義

"サブネット" トラフィック ルーティング方法を使用する場合に、このエンドポイントにマップされるサブネット、IP アドレス、アドレス範囲の一覧を取得または設定します。 空のリストは、他のエンドポイントでカバーされていないすべての範囲と一致します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象