Skip to main content

private_link_resources_controllers

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

Overview

Nameprivate_link_resources_controllers
TypeResource
Idazure.migrate.private_link_resources_controllers

Fields

NameDatatypeDescription
group_idtextfield from the properties object
privateLinkResourceNametextfield from the properties object
provisioning_statetextfield from the properties object
required_memberstextfield from the properties object
required_zone_namestextfield from the properties object
resourceGroupNametextfield from the properties object
siteNametextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTprivateLinkResourceName, resourceGroupName, siteName, subscriptionIdGets the private link resource.
list_by_master_siteSELECTresourceGroupName, siteName, subscriptionIdGets the private link resource.

SELECT examples

Gets the private link resource.

SELECT
group_id,
privateLinkResourceName,
provisioning_state,
required_members,
required_zone_names,
resourceGroupName,
siteName,
subscriptionId
FROM azure.migrate.vw_private_link_resources_controllers
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';