Interface: IUpdateAccountRequest
cloudservice.v1.IUpdateAccountRequest
Properties of an UpdateAccountRequest.
Hierarchy
-
↳
IUpdateAccountRequest
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
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
spec
• Optional spec: null | $Properties
The updated account specification to apply.