Skip to main content

private_endpoint_connections_group_ids

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

Overview

Nameprivate_endpoint_connections_group_ids
TypeResource
Idazure.notification_hubs.private_endpoint_connections_group_ids

Fields

NameDatatypeDescription
group_idtextfield from the properties object
namespaceNametextfield 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

Methods

NameAccessible byRequired ParamsDescription
getSELECTnamespaceName, resourceGroupName, subResourceName, subscriptionIdEven though this namespace requires subscription id, resource group and namespace name, it returns a constant payload (for a given namespacE) every time it's called.
That's why we don't send it to the sibling RP, but process it directly in the scale unit that received the request.
listSELECTnamespaceName, resourceGroupName, subscriptionIdEven though this namespace requires subscription id, resource group and namespace name, it returns a constant payload (for a given namespacE) every time it's called.
That's why we don't send it to the sibling RP, but process it directly in the scale unit that received the request.

SELECT examples

Even though this namespace requires subscription id, resource group and namespace name, it returns a constant payload (for a given namespacE) every time it's called. That's why we don't send it to the sibling RP, but process it directly in the scale unit that received the request.

SELECT
group_id,
namespaceName,
required_members,
required_zone_names,
resourceGroupName,
subResourceName,
subscriptionId
FROM azure.notification_hubs.vw_private_endpoint_connections_group_ids
WHERE namespaceName = '{{ namespaceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';