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

AccountResourceRequest interface

用于修改 Visual Studio 帐户资源的 PUT 请求的正文。

属性

accountName

帐户名称。

location

Azure 实例位置。

operationType

作的类型。

properties

资源的自定义属性。

tags

资源的自定义标记。

属性详细信息

accountName

帐户名称。

accountName?: string

属性值

string

location

Azure 实例位置。

location?: string

属性值

string

operationType

作的类型。

operationType?: AccountResourceRequestOperationType

属性值

properties

资源的自定义属性。

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

属性值

{[propertyName: string]: string}

tags

资源的自定义标记。

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

属性值

{[propertyName: string]: string}