get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the details of the private endpoint connection of the environment in the given resource group. Uses Azure REST API version 2021-03-31-preview.
Return
The Private Endpoint Connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnection(environmentName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
Parameters
environment Name
The name of the Time Series Insights environment associated with the specified resource group.
private Endpoint Connection Name
The name of the private endpoint connection associated with the Azure resource
resource Group Name
Name of an Azure Resource group.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.timeseriesinsights.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.