deleted_automation_accounts
Creates, updates, deletes, gets or lists a deleted_automation_accounts
resource.
Overview
Name | deleted_automation_accounts |
Type | Resource |
Id | azure.automation.deleted_automation_accounts |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The resource id. |
name | string | Gets or sets name of the resource. |
location | string | Gets or sets the location of the resource. |
properties | object | Definition of the deleted automation account properties. |
type | string | The resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_by_subscription | SELECT | subscriptionId | Retrieve deleted automation account. |
SELECT
examples
Retrieve deleted automation account.
SELECT
id,
name,
location,
properties,
type
FROM azure.automation.deleted_automation_accounts
WHERE subscriptionId = '{{ subscriptionId }}';