Skip to main content

private_link_resources

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

Overview

Nameprivate_link_resources
TypeResource
Idazure.event_hubs.private_link_resources

Fields

NameDatatypeDescription
idstringFully qualified identifier of the resource.
namestringName of the resource
propertiesobjectProperties of PrivateLinkResource
typestringType of the resource

Methods

NameAccessible byRequired ParamsDescription
getSELECTnamespaceName, resourceGroupName, subscriptionIdGets lists of resources that supports Privatelinks.

SELECT examples

Gets lists of resources that supports Privatelinks.

SELECT
id,
name,
properties,
type
FROM azure.event_hubs.private_link_resources
WHERE namespaceName = '{{ namespaceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';