Skip to main content

private_endpoint_connection_private_link_resources

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

Overview

Nameprivate_endpoint_connection_private_link_resources
TypeResource
Idazure.api_management.private_endpoint_connection_private_link_resources

Fields

NameDatatypeDescription
idtextFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
nametextThe name of the resource
group_idtextfield from the properties object
privateLinkSubResourceNametextfield from the properties object
required_memberstextfield from the properties object
required_zone_namestextfield from the properties object
resourceGroupNametextfield from the properties object
serviceNametextfield from the properties object
subscriptionIdtextfield from the properties object
system_datatextfield from the properties object
typetextThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTprivateLinkSubResourceName, resourceGroupName, serviceName, subscriptionIdGets the private link resources
listSELECTresourceGroupName, serviceName, subscriptionIdGets the private link resources

SELECT examples

Gets the private link resources

SELECT
id,
name,
group_id,
privateLinkSubResourceName,
required_members,
required_zone_names,
resourceGroupName,
serviceName,
subscriptionId,
system_data,
type
FROM azure.api_management.vw_private_endpoint_connection_private_link_resources
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND serviceName = '{{ serviceName }}'
AND subscriptionId = '{{ subscriptionId }}';