Skip to main content

Interface: IAccount

account.v1.IAccount

Properties of an Account.

Hierarchy

Properties

asyncOperationId

Optional asyncOperationId: null | string

The id of the async operation that is updating the account, if any.

Inherited from

$Properties.asyncOperationId


id

Optional id: null | string

The id of the account.

Inherited from

$Properties.id


metrics

Optional metrics: null | $Properties

Information related to metrics.

Inherited from

$Properties.metrics


resourceVersion

Optional resourceVersion: null | string

The current version of the account specification. The next update operation will have to include this version.

Inherited from

$Properties.resourceVersion


spec

Optional spec: null | $Properties

The account specification.

Inherited from

$Properties.spec


state

Optional state: null | ResourceState

The current state of the account.

Inherited from

$Properties.state