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

AccountUpdate interface

请求用于更新和现有帐户的有效负载。

扩展

属性

identity

用于资源的标识类型。

location

资源所在的地理位置

继承属性

tags

描述资源的键值对列表。 这将覆盖现有标记。

属性详细信息

identity

用于资源的标识类型。

identity?: ManagedServiceIdentity

属性值

location

资源所在的地理位置

location?: string

属性值

string

继承属性详细信息

tags

描述资源的键值对列表。 这将覆盖现有标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

继承自TagUpdate.tags