Skip to main content

deleted_automation_accounts

Creates, updates, deletes, gets or lists a deleted_automation_accounts resource.

Overview

Namedeleted_automation_accounts
TypeResource
Idazure.automation.deleted_automation_accounts

Fields

NameDatatypeDescription
idstringThe resource id.
namestringGets or sets name of the resource.
locationstringGets or sets the location of the resource.
propertiesobjectDefinition of the deleted automation account properties.
typestringThe resource type.

Methods

NameAccessible byRequired ParamsDescription
list_by_subscriptionSELECTsubscriptionIdRetrieve deleted automation account.

SELECT examples

Retrieve deleted automation account.

SELECT
id,
name,
location,
properties,
type
FROM azure.automation.deleted_automation_accounts
WHERE subscriptionId = '{{ subscriptionId }}';