getPrivateEndpointConnection

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

privateEndpointConnectionName

Unique name of a private endpoint connection within a project.

projectName

Name of the Azure Migrate project.

resourceGroupName

Name of the Azure Resource Group that project is part of.

See also


Return

A private endpoint connection for a project.

Parameters

argument

Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.

See also