AccountResourceRequest interface
The body of a PUT request to modify a Visual Studio account resource.
Properties
account |
The account name. |
location | The Azure instance location. |
operation |
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?: any
Property Value
any
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}