get Private Endpoint Connection By Host Pool
suspend fun getPrivateEndpointConnectionByHostPool(argument: GetPrivateEndpointConnectionByHostPoolPlainArgs): GetPrivateEndpointConnectionByHostPoolResult
Get a private endpoint connection. API Version: 2021-04-01-preview.
Return
The Private Endpoint Connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnectionByHostPool(hostPoolName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionByHostPoolResult
Return
The Private Endpoint Connection resource.
Parameters
host Pool Name
The name of the host pool within the specified resource group
private Endpoint Connection Name
The name of the private endpoint connection associated with the Azure resource
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getPrivateEndpointConnectionByHostPool(argument: suspend GetPrivateEndpointConnectionByHostPoolPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionByHostPoolResult
Return
The Private Endpoint Connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.desktopvirtualization.kotlin.inputs.GetPrivateEndpointConnectionByHostPoolPlainArgs.