次の方法で共有


TrafficSelectorPolicy.LocalAddressRanges プロパティ

定義

CIDR 形式のローカル アドレス空間のコレクションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="localAddressRanges")]
public System.Collections.Generic.IList<string> LocalAddressRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="localAddressRanges")>]
member this.LocalAddressRanges : System.Collections.Generic.IList<string> with get, set
Public Property LocalAddressRanges As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象