Skip to main content

Interface: IUpdateAccountRequest

cloudservice.v1.IUpdateAccountRequest

Properties of an UpdateAccountRequest.

Hierarchy

Properties

asyncOperationId

Optional asyncOperationId: null | string

The id to use for this async operation. Optional, if not provided a random id will be generated.

Inherited from

$Properties.asyncOperationId


resourceVersion

Optional resourceVersion: null | string

The version of the account for which this update is intended for. The latest version can be found in the GetAccount operation response.

Inherited from

$Properties.resourceVersion


spec

Optional spec: null | $Properties

The updated account specification to apply.

Inherited from

$Properties.spec