Skip to main content

workspace_links

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

Overview

Nameworkspace_links
TypeResource
Idazure.api_management.workspace_links

Fields

NameDatatypeDescription
etagtextETag of the resource.
gatewaystextfield from the properties object
resourceGroupNametextfield from the properties object
serviceNametextfield from the properties object
subscriptionIdtextfield from the properties object
workspaceIdtextfield from the properties object
workspace_idtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, serviceName, subscriptionId, workspaceIdGets an API Management WorkspaceLink resource description.
list_by_serviceSELECTresourceGroupName, serviceName, subscriptionIdList all API Management workspaceLinks for a service.

SELECT examples

List all API Management workspaceLinks for a service.

SELECT
etag,
gateways,
resourceGroupName,
serviceName,
subscriptionId,
workspaceId,
workspace_id
FROM azure.api_management.vw_workspace_links
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND serviceName = '{{ serviceName }}'
AND subscriptionId = '{{ subscriptionId }}';