PowerbiFunctions

Functions

Link copied to clipboard

Get a specific private endpoint connection for Power BI by private endpoint name. Uses Azure REST API version 2020-06-01.

suspend fun getPrivateEndpointConnection(azureResourceName: String, privateEndpointName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Retrieves an existing Power BI Workspace Collection. Uses Azure REST API version 2016-01-29.

suspend fun getWorkspaceCollection(resourceGroupName: String, workspaceCollectionName: String): GetWorkspaceCollectionResult
Link copied to clipboard

Retrieves the primary and secondary access keys for the specified Power BI Workspace Collection. Uses Azure REST API version 2016-01-29.

suspend fun listWorkspaceCollectionAccessKeys(resourceGroupName: String, workspaceCollectionName: String): ListWorkspaceCollectionAccessKeysResult