Interface: IAccount
Properties of an Account.
Implemented by
Properties
asyncOperationId
• Optional asyncOperationId: null | string
The id of the async operation that is updating the account, if any.
id
• Optional id: null | string
The id of the account.
metrics
• Optional metrics: null | IMetrics
Information related to metrics.
resourceVersion
• Optional resourceVersion: null | string
The current version of the account specification. The next update operation will have to include this version.
spec
• Optional spec: null | IAccountSpec
The account specification.
state
• Optional state: null | ResourceState
The current state of the account.