get Private Endpoint Connection Proxy Controller
suspend fun getPrivateEndpointConnectionProxyController(argument: GetPrivateEndpointConnectionProxyControllerPlainArgs): GetPrivateEndpointConnectionProxyControllerResult
Get the of private link proxy resources from a migrate project and private link proxy resource. Uses Azure REST API version 2023-01-01.
Return
Defines Private endpoint proxy resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnectionProxyController(migrateProjectName: String, pecProxyName: String, resourceGroupName: String): GetPrivateEndpointConnectionProxyControllerResult
Return
Defines Private endpoint proxy resource.
Parameters
migrate Project Name
Name of the Azure Migrate project.
pec Proxy Name
Private link proxy name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getPrivateEndpointConnectionProxyController(argument: suspend GetPrivateEndpointConnectionProxyControllerPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionProxyControllerResult
Return
Defines Private endpoint proxy resource.
Parameters
argument
Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetPrivateEndpointConnectionProxyControllerPlainArgs.