get Workspace Private Endpoint Connection
suspend fun getWorkspacePrivateEndpointConnection(argument: GetWorkspacePrivateEndpointConnectionPlainArgs): GetWorkspacePrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the workspace. Azure REST API version: 2023-02-28.
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.
See also
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.
suspend fun getWorkspacePrivateEndpointConnection(argument: suspend GetWorkspacePrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetWorkspacePrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.healthcareapis.kotlin.inputs.GetWorkspacePrivateEndpointConnectionPlainArgs.