AutomationAccount interface

Definition of the automation account type.

Extends

Properties

creationTime

Gets the creation time. NOTE: This property will not be serialized. It can only be populated by the server.

description

Gets or sets the description.

etag

Gets or sets the etag of the resource.

lastModifiedBy

Gets or sets the last modified by.

lastModifiedTime

Gets the last modified time. NOTE: This property will not be serialized. It can only be populated by the server.

sku

Gets or sets the SKU of account.

state

Gets status of account. Possible values include: 'Ok', 'Unavailable', 'Suspended' NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server.

location

The Azure Region where the resource lives

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

tags

Resource tags.

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

creationTime

Gets the creation time. NOTE: This property will not be serialized. It can only be populated by the server.

creationTime?: Date

Property Value

Date

description

Gets or sets the description.

description?: string

Property Value

string

etag

Gets or sets the etag of the resource.

etag?: string

Property Value

string

lastModifiedBy

Gets or sets the last modified by.

lastModifiedBy?: string

Property Value

string

lastModifiedTime

Gets the last modified time. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime?: Date

Property Value

Date

sku

Gets or sets the SKU of account.

sku?: Sku

Property Value

Sku

state

Gets status of account. Possible values include: 'Ok', 'Unavailable', 'Suspended' NOTE: This property will not be serialized. It can only be populated by the server.

state?: AutomationAccountState

Property Value

Inherited Property Details

id

Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From TrackedResource.id

location

The Azure Region where the resource lives

location?: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From TrackedResource.name

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From TrackedResource.tags

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From TrackedResource.type