AccountUpdate interface
Request payload used to update and existing Accounts.
- Extends
Properties
identity | The type of identity used for the resource. |
location | The geo-location where the resource lives |
Inherited Properties
tags | List of key value pairs that describe the resource. This will overwrite the existing tags. |
Property Details
identity
The type of identity used for the resource.
identity?: ManagedServiceIdentity
Property Value
location
The geo-location where the resource lives
location?: string
Property Value
string
Inherited Property Details
tags
List of key value pairs that describe the resource. This will overwrite the existing tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TagUpdate.tags