Databricks Functions
object DatabricksFunctions
Functions
Link copied to clipboard
Gets an azure databricks accessConnector. Uses Azure REST API version 2023-05-01. Other available API versions: 2022-04-01-preview, 2024-05-01, 2024-09-01-preview, 2025-03-01-preview.
suspend fun getAccessConnector(argument: suspend GetAccessConnectorPlainArgsBuilder.() -> Unit): GetAccessConnectorResult
suspend fun getAccessConnector(connectorName: String, resourceGroupName: String): GetAccessConnectorResult
Link copied to clipboard
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get a private endpoint connection properties for a workspace Uses Azure REST API version 2023-02-01. Other available API versions: 2023-09-15-preview, 2024-05-01, 2024-09-01-preview, 2025-03-01-preview.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, workspaceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard
Gets the workspace vNet Peering. Uses Azure REST API version 2023-02-01.
suspend fun getVNetPeering(argument: suspend GetVNetPeeringPlainArgsBuilder.() -> Unit): GetVNetPeeringResult
suspend fun getVNetPeering(peeringName: String, resourceGroupName: String, workspaceName: String): GetVNetPeeringResult
Link copied to clipboard
Gets the workspace. Uses Azure REST API version 2023-02-01. Other available API versions: 2023-09-15-preview, 2024-05-01, 2024-09-01-preview, 2025-03-01-preview.
suspend fun getWorkspace(argument: suspend GetWorkspacePlainArgsBuilder.() -> Unit): GetWorkspaceResult