linked_workspaces
Creates, updates, deletes, gets or lists a linked_workspaces
resource.
Overview
Name | linked_workspaces |
Type | Resource |
Id | azure.automation.linked_workspaces |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Gets the id of the linked workspace. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | automationAccountName, resourceGroupName, subscriptionId | Retrieve the linked workspace for the account id. |
SELECT
examples
Retrieve the linked workspace for the account id.
SELECT
id
FROM azure.automation.linked_workspaces
WHERE automationAccountName = '{{ automationAccountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';