Skip to main content

private_link_resources

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

Overview

Nameprivate_link_resources
TypeResource
Idazure.relay.private_link_resources

Fields

NameDatatypeDescription
idtextFully qualified identifier of the resource.
nametextName of the resource
group_idtextfield from the properties object
namespaceNametextfield from the properties object
privateLinkResourceNametextfield 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
typetextType of the resource

Methods

NameAccessible byRequired ParamsDescription
getSELECTnamespaceName, privateLinkResourceName, resourceGroupName, subscriptionIdGets a description for the specified Private Endpoint Connection name.
listSELECTnamespaceName, resourceGroupName, subscriptionIdGets lists of resources that supports Privatelinks.

SELECT examples

Gets lists of resources that supports Privatelinks.

SELECT
id,
name,
group_id,
namespaceName,
privateLinkResourceName,
required_members,
required_zone_names,
resourceGroupName,
subscriptionId,
type
FROM azure.relay.vw_private_link_resources
WHERE namespaceName = '{{ namespaceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';