Skip to main content

linked_workspaces

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

Overview

Namelinked_workspaces
TypeResource
Idazure.automation.linked_workspaces

Fields

NameDatatypeDescription
idstringGets the id of the linked workspace.

Methods

NameAccessible byRequired ParamsDescription
getSELECTautomationAccountName, resourceGroupName, subscriptionIdRetrieve 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 }}';