GetWorkspacePrivateEndpointConnectionPlainArgs

data class GetWorkspacePrivateEndpointConnectionPlainArgs(val privateEndpointId: String, val workspaceId: String) : ConvertibleToJava<GetWorkspacePrivateEndpointConnectionPlainArgs>

A collection of arguments for invoking getWorkspacePrivateEndpointConnection.

Constructors

constructor(privateEndpointId: String, workspaceId: String)

Properties

Link copied to clipboard

The resource ID of the Private Endpoint.

Link copied to clipboard

The resource ID of the Databricks Workspace.

Functions

Link copied to clipboard
open override fun toJava(): GetWorkspacePrivateEndpointConnectionPlainArgs