get Workspace Private Endpoint Connection
suspend fun getWorkspacePrivateEndpointConnection(argument: GetWorkspacePrivateEndpointConnectionPlainArgs): GetWorkspacePrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the workspace. Uses Azure REST API version 2023-02-28. Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31, 2025-03-01-preview.
Return
The Private Endpoint Connection resource.
Parameters
argument
null
suspend fun getWorkspacePrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, workspaceName: String): GetWorkspacePrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
Parameters
private Endpoint Connection Name
The name of the private endpoint connection associated with the Azure resource
resource Group Name
The name of the resource group that contains the service instance.
workspace Name
The name of workspace resource.
See also
suspend fun getWorkspacePrivateEndpointConnection(argument: suspend GetWorkspacePrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetWorkspacePrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.healthcareapis.kotlin.inputs.GetWorkspacePrivateEndpointConnectionPlainArgs.