getPrivateEndpointConnection

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

Return

null

Parameters

argument

null


suspend fun getPrivateEndpointConnection(azureResourceName: String, privateEndpointName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult

Return

null

Parameters

azureResourceName

The name of the Azure resource.

privateEndpointName

The name of the private endpoint.

resourceGroupName

The name of the resource group.

See also


Return

null

Parameters

argument

Builder for com.pulumi.azurenative.powerbi.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.

See also