Skip to main content

private_link_services_auto_approved_private_link_services

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

Overview

Nameprivate_link_services_auto_approved_private_link_services
TypeResource
Idazure.network.private_link_services_auto_approved_private_link_services

Fields

NameDatatypeDescription
privateLinkServicestringThe id of the private link service resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, subscriptionIdReturns 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
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';