get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get information related to a specific private endpoint connection in the project. Returns a json object of type 'privateEndpointConnections' as specified in the models section. Uses Azure REST API version 2019-10-01.
Return
A private endpoint connection for a project.
Parameters
argument
null
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, projectName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Return
A private endpoint connection for a project.
Parameters
private Endpoint Connection Name
Unique name of a private endpoint connection within a project.
project Name
Name of the Azure Migrate project.
resource Group Name
Name of the Azure Resource Group that project is part of.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
A private endpoint connection for a project.
Parameters
argument
Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.