Skip to main content

private_link_resources

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

Overview

Nameprivate_link_resources
TypeResource
Idazure_extras.ag_food_platform.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
dataManagerForAgricultureResourceNametextfield 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
subResourceNametextfield 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
getSELECTdataManagerForAgricultureResourceName, resourceGroupName, subResourceName, subscriptionIdGet Private link resource object.
list_by_resourceSELECTdataManagerForAgricultureResourceName, resourceGroupName, subscriptionIdGet list of Private link resources.

SELECT examples

Get list of Private link resources.

SELECT
id,
name,
dataManagerForAgricultureResourceName,
group_id,
required_members,
required_zone_names,
resourceGroupName,
subResourceName,
subscriptionId,
system_data,
type
FROM azure_extras.ag_food_platform.vw_private_link_resources
WHERE dataManagerForAgricultureResourceName = '{{ dataManagerForAgricultureResourceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';