private_link_service_resource_operation_results
Creates, updates, deletes, gets or lists a private_link_service_resource_operation_results
resource.
Overview
Name | private_link_service_resource_operation_results |
Type | Resource |
Id | azure.powerbi_privatelinks.private_link_service_resource_operation_results |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The operation id. |
name | string | The operation name. |
endTime | string | The operation end time. |
error | object | The error detail. |
startTime | string | The operation start time. |
status | string | The operation status. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | operationId, subscriptionId | Gets operation result of Private Link Service Resources for Power BI. |
SELECT
examples
Gets operation result of Private Link Service Resources for Power BI.
SELECT
id,
name,
endTime,
error,
startTime,
status
FROM azure.powerbi_privatelinks.private_link_service_resource_operation_results
WHERE operationId = '{{ operationId }}'
AND subscriptionId = '{{ subscriptionId }}';