你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Endpoint.GeoMapping 属性

定义

获取或设置使用“地理”流量路由方法时映射到此终结点的国家/地区列表。 有关接受值的完整列表,请参阅流量管理器地理文档。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于