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?: 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}
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript