get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
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
azure Resource Name
The name of the Azure resource.
private Endpoint Name
The name of the private endpoint.
resource Group Name
The name of the resource group.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
null
Parameters
argument
Builder for com.pulumi.azurenative.powerbi.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.