次の方法で共有


TrafficSelectorPolicy.RemoteAddressRanges プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象