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.TrackedResourceAutomationAccount
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
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.
Feedback
Submit and view feedback for