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

ApproximateLocation interface

模型接口 近似位置

属性

city

大致位置是城市。

country

双字母 ISO 国家/地区代码。

region

大致位置的地区或州。

timezone

IANA时区标识符(例如“America/New_York”)。

type

位置近似的类型。 始终为 approximate

属性详细信息

city

大致位置是城市。

city?: string

属性值

string

country

双字母 ISO 国家/地区代码。

country?: string

属性值

string

region

大致位置的地区或州。

region?: string

属性值

string

timezone

IANA时区标识符(例如“America/New_York”)。

timezone?: string

属性值

string

type

位置近似的类型。 始终为 approximate

type: "approximate"

属性值

"approximate"