AzureDatabricksManager Class
- java.
lang. Object - com.
azure. resourcemanager. databricks. AzureDatabricksManager
- com.
public final class AzureDatabricksManager
Entry point to AzureDatabricksManager. The Microsoft Azure management APIs allow end users to operate on Azure Databricks Workspace / Access Connector resources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Access |
accessConnectors()
Gets the resource collection API of Access |
|
static
Azure |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Azure |
|
static
Azure |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Azure |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Azure |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Outbound |
outboundNetworkDependenciesEndpoints()
Gets the resource collection API of Outbound |
|
Private |
privateEndpointConnections()
Gets the resource collection API of Private |
|
Private |
privateLinkResources()
Gets the resource collection API of Private |
|
Azure |
serviceClient()
Gets wrapped service client Azure |
|
VNet |
vNetPeerings()
Gets the resource collection API of VNet |
| Workspaces |
workspaces()
Gets the resource collection API of Workspaces. |
Methods inherited from java.lang.Object
Method Details
accessConnectors
public AccessConnectors accessConnectors()
Gets the resource collection API of AccessConnectors. It manages AccessConnector.
Returns:
authenticate
public static AzureDatabricksManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of AzureDatabricks service API entry point.
Parameters:
Returns:
authenticate
public static AzureDatabricksManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of AzureDatabricks service API entry point.
Parameters:
Returns:
configure
public static AzureDatabricksManager.Configurable configure()
Gets a Configurable instance that can be used to create AzureDatabricksManager with optional configuration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
outboundNetworkDependenciesEndpoints
public OutboundNetworkDependenciesEndpoints outboundNetworkDependenciesEndpoints()
Gets the resource collection API of OutboundNetworkDependenciesEndpoints.
Returns:
privateEndpointConnections
public PrivateEndpointConnections privateEndpointConnections()
Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
Returns:
privateLinkResources
public PrivateLinkResources privateLinkResources()
Gets the resource collection API of PrivateLinkResources.
Returns:
serviceClient
public AzureDatabricksManagementClient serviceClient()
Gets wrapped service client AzureDatabricksManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
vNetPeerings
public VNetPeerings vNetPeerings()
Gets the resource collection API of VNetPeerings. It manages VirtualNetworkPeering.
Returns:
workspaces
public Workspaces workspaces()
Gets the resource collection API of Workspaces. It manages Workspace.
Returns: