private_link_services
Creates, updates, deletes, gets or lists a private_link_services
resource.
Overview
Name | private_link_services |
Type | Resource |
Id | azure.powerbi_privatelinks.private_link_services |
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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list_by_resource_group | exec | subscriptionId , resourceGroupName | Gets all the private link resources for the given resource group. |
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.
Name | Datatype | Description |
---|---|---|
resourceGroupName | string | The name of the resource group. |
subscriptionId | string | The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). |
Lifecycle Methods
- list_by_resource_group
Gets all the private link resources for the given resource group.
EXEC azure.powerbi_privatelinks.private_link_services.list_by_resource_group
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required
;