private_link_services_auto_approved_private_link_services_by_resource_groups
Creates, updates, deletes, gets or lists a private_link_services_auto_approved_private_link_services_by_resource_groups
resource.
Overview
Name | private_link_services_auto_approved_private_link_services_by_resource_groups |
Type | Resource |
Id | azure.network.private_link_services_auto_approved_private_link_services_by_resource_groups |
Fields
Name | Datatype | Description |
---|---|---|
privateLinkService | string | The id of the private link service resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location, resourceGroupName, subscriptionId | Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region. |
SELECT
examples
Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.
SELECT
privateLinkService
FROM azure.network.private_link_services_auto_approved_private_link_services_by_resource_groups
WHERE location = '{{ location }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';