Skip to main content

iot_dps_resource_private_link_resources

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

Overview

Nameiot_dps_resource_private_link_resources
TypeResource
Idazure.iot_hub_device_provisioning.iot_dps_resource_private_link_resources

Fields

NameDatatypeDescription
idtextThe resource identifier.
nametextThe resource name.
groupIdtextfield 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
resourceNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextThe resource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTgroupId, resourceGroupName, resourceName, subscriptionIdGet the specified private link resource for the given provisioning service
listSELECTresourceGroupName, resourceName, subscriptionIdList private link resources for the given provisioning service

SELECT examples

List private link resources for the given provisioning service

SELECT
id,
name,
groupId,
group_id,
required_members,
required_zone_names,
resourceGroupName,
resourceName,
subscriptionId,
type
FROM azure.iot_hub_device_provisioning.vw_iot_dps_resource_private_link_resources
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';