DatabricksFunctions

Functions

Link copied to clipboard

Gets an Azure Databricks Access Connector. Uses Azure REST API version 2024-05-01. Other available API versions: 2023-05-01, 2024-09-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native databricks [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get a private endpoint connection properties for a workspace Uses Azure REST API version 2024-05-01. Other available API versions: 2023-02-01, 2023-09-15-preview, 2024-09-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native databricks [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Gets the workspace vNet Peering. Uses Azure REST API version 2024-05-01. Other available API versions: 2023-02-01, 2023-09-15-preview, 2024-09-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native databricks [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Gets the workspace. Uses Azure REST API version 2024-05-01. Other available API versions: 2023-02-01, 2023-09-15-preview, 2024-09-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native databricks [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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