Share via


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