Skip to main content

private_link_services_for_power_bi

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

Overview

Nameprivate_link_services_for_power_bi
TypeResource
Idazure.powerbi_privatelinks.private_link_services_for_power_bi

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_by_subscription_idexecsubscriptionIdGets all the private link resources for the given subscription id.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscriptionIdstringThe Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

Lifecycle Methods

Gets all the private link resources for the given subscription id.

EXEC azure.powerbi_privatelinks.private_link_services_for_power_bi.list_by_subscription_id 
@subscriptionId='{{ subscriptionId }}' --required
;