Skip to main content

private_link_resources

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

Overview

Nameprivate_link_resources
TypeResource
Idazure.monitor.private_link_resources

Fields

NameDatatypeDescription
idtextAzure resource Id
nametextAzure resource name
groupNametextfield from the properties object
group_idtextfield from the properties object
locationtextResource location
required_memberstextfield from the properties object
required_zone_namestextfield from the properties object
resourceGroupNametextfield from the properties object
scopeNametextfield from the properties object
subscriptionIdtextfield from the properties object
system_datatextfield from the properties object
tagstextGets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
typetextAzure resource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTgroupName, resourceGroupName, scopeName, subscriptionIdGets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
list_by_private_link_scopeSELECTresourceGroupName, scopeName, subscriptionIdGets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

SELECT examples

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

SELECT
id,
name,
groupName,
group_id,
location,
required_members,
required_zone_names,
resourceGroupName,
scopeName,
subscriptionId,
system_data,
tags,
type
FROM azure.monitor.vw_private_link_resources
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND scopeName = '{{ scopeName }}'
AND subscriptionId = '{{ subscriptionId }}';