次の方法で共有


CustomIpPrefix.Geo プロパティ

定義

CIDR アドバタイズの Geo を取得または設定します。 Geo コードである必要があります。 指定できる値は、'GLOBAL'、'AFRI'、'APAC'、'EURO'、'LATAM'、'NAM'、'ME'、'AFFINIT'、'AQ' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.geo")]
public string Geo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.geo")>]
member this.Geo : string with get, set
Public Property Geo As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象