Interface: IUpdateAccountRequest
cloudservice.v1.IUpdateAccountRequest
Properties of an UpdateAccountRequest.
Implemented by
Properties
asyncOperationId
• Optional
asyncOperationId: null
| string
The id to use for this async operation. Optional, if not provided a random id will be generated.
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.
spec
• Optional
spec: null
| IAccountSpec
The updated account specification to apply.