AutomationAccount Class

Definition of the automation account type.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.automation.models._models_py3.TrackedResource
AutomationAccount

Constructor

AutomationAccount(*, tags: Optional[Dict[str, str]] = None, location: Optional[str] = None, etag: Optional[str] = None, sku: Optional[azure.mgmt.automation.models._models_py3.Sku] = None, last_modified_by: Optional[str] = None, description: Optional[str] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

A set of tags. Resource tags.

location
str
Required

The Azure Region where the resource lives.

etag
str
Required

Gets or sets the etag of the resource.

sku
Sku
Required

Gets or sets the SKU of account.

last_modified_by
str
Required

Gets or sets the last modified by.

description
str
Required

Gets or sets the description.

Variables

id
str

Fully qualified resource Id for the resource.

name
str

The name of the resource.

type
str

The type of the resource.

state
str or AutomationAccountState

Gets status of account. Possible values include: "Ok", "Unavailable", "Suspended".

creation_time
datetime

Gets the creation time.

last_modified_time
datetime

Gets the last modified time.