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