DatabricksFunctions

Functions

Link copied to clipboard

Gets an azure databricks accessConnector. Azure REST API version: 2023-05-01. Other available API versions: 2022-04-01-preview.

suspend fun getAccessConnector(connectorName: String, resourceGroupName: String): GetAccessConnectorResult
Link copied to clipboard

Get a private endpoint connection properties for a workspace Azure REST API version: 2023-02-01.

suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, workspaceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Gets the workspace vNet Peering. Azure REST API version: 2023-02-01.

suspend fun getVNetPeering(peeringName: String, resourceGroupName: String, workspaceName: String): GetVNetPeeringResult
Link copied to clipboard

Gets the workspace. Azure REST API version: 2023-02-01.

suspend fun getWorkspace(resourceGroupName: String, workspaceName: String): GetWorkspaceResult