Skip to main content

workspace_private_link_resources

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

Overview

Nameworkspace_private_link_resources
TypeResource
Idazure_extras.healthcare.workspace_private_link_resources

Fields

NameDatatypeDescription
groupNametextfield from the properties object
group_idtextfield from the properties object
required_memberstextfield from the properties object
required_zone_namestextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
system_datatextfield from the properties object
workspaceNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTgroupName, resourceGroupName, subscriptionId, workspaceNameGets a private link resource that need to be created for a workspace.
list_by_workspaceSELECTresourceGroupName, subscriptionId, workspaceNameGets the private link resources that need to be created for a workspace.

SELECT examples

Gets the private link resources that need to be created for a workspace.

SELECT
groupName,
group_id,
required_members,
required_zone_names,
resourceGroupName,
subscriptionId,
system_data,
workspaceName
FROM azure_extras.healthcare.vw_workspace_private_link_resources
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND workspaceName = '{{ workspaceName }}';