private_endpoint_connections_group_ids
Creates, updates, deletes, gets or lists a private_endpoint_connections_group_ids
resource.
Overview
Name | private_endpoint_connections_group_ids |
Type | Resource |
Id | azure.notification_hubs.private_endpoint_connections_group_ids |
Fields
- vw_private_endpoint_connections_group_ids
- private_endpoint_connections_group_ids
Name | Datatype | Description |
---|---|---|
group_id | text | field from the properties object |
namespaceName | text | field from the properties object |
required_members | text | field from the properties object |
required_zone_names | text | field from the properties object |
resourceGroupName | text | field from the properties object |
subResourceName | text | field from the properties object |
subscriptionId | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | Represents properties of Private Link Resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | namespaceName, resourceGroupName, subResourceName, subscriptionId | 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. | |||
list | SELECT | namespaceName, resourceGroupName, subscriptionId | 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
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.
- vw_private_endpoint_connections_group_ids
- private_endpoint_connections_group_ids
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 }}';
SELECT
properties
FROM azure.notification_hubs.private_endpoint_connections_group_ids
WHERE namespaceName = '{{ namespaceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';