get Private Endpoint Connection Controller Private Endpoint Connection
suspend fun getPrivateEndpointConnectionControllerPrivateEndpointConnection(argument: GetPrivateEndpointConnectionControllerPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionControllerPrivateEndpointConnectionResult
Get the private endpoint with the specified name. Uses Azure REST API version 2020-05-01. Other available API versions: 2023-01-01.
Return
REST model used to encapsulate the user visible state of a PrivateEndpoint.
Parameters
argument
null
suspend fun getPrivateEndpointConnectionControllerPrivateEndpointConnection(migrateProjectName: String, peConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionControllerPrivateEndpointConnectionResult
Return
REST model used to encapsulate the user visible state of a PrivateEndpoint.
Parameters
migrate Project Name
Migrate project name.
pe Connection Name
Private endpoint connection name.
resource Group Name
Name of the Azure Resource Group that project is part of.
See also
suspend fun getPrivateEndpointConnectionControllerPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionControllerPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionControllerPrivateEndpointConnectionResult
Return
REST model used to encapsulate the user visible state of a PrivateEndpoint.
Parameters
argument
Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetPrivateEndpointConnectionControllerPrivateEndpointConnectionPlainArgs.