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

AccountResourceRequest interface

The body of a PUT request to modify a Visual Studio account resource.

Properties

accountName

The account name.

location

The Azure instance location.

operationType

The type of the operation.

properties

The custom properties of the resource.

tags

The custom tags of the resource.

Property Details

accountName

The account name.

accountName?: string

Property Value

string

location

The Azure instance location.

location?: string

Property Value

string

operationType

The type of the operation.

operationType?: AccountResourceRequestOperationType

Property Value

properties

The custom properties of the resource.

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

Property Value

{[propertyName: string]: string}

tags

The custom tags of the resource.

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

Property Value

{[propertyName: string]: string}