Class AzureDatabricksManager

java.lang.Object
com.azure.resourcemanager.databricks.AzureDatabricksManager

public final class AzureDatabricksManager extends Object
Entry point to AzureDatabricksManager. The Microsoft Azure management APIs allow end users to operate on Azure Databricks Workspace resources.
  • Method Details

    • authenticate

      public static AzureDatabricksManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of AzureDatabricks service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the AzureDatabricks service API instance.
    • authenticate

      public static AzureDatabricksManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of AzureDatabricks service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the AzureDatabricks service API instance.
    • configure

      public static AzureDatabricksManager.Configurable configure()
      Gets a Configurable instance that can be used to create AzureDatabricksManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • workspaces

      public Workspaces workspaces()
      Gets the resource collection API of Workspaces. It manages Workspace.
      Returns:
      Resource collection API of Workspaces.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • privateLinkResources

      public PrivateLinkResources privateLinkResources()
      Gets the resource collection API of PrivateLinkResources.
      Returns:
      Resource collection API of PrivateLinkResources.
    • privateEndpointConnections

      public PrivateEndpointConnections privateEndpointConnections()
      Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
      Returns:
      Resource collection API of PrivateEndpointConnections.
    • outboundNetworkDependenciesEndpoints

      public OutboundNetworkDependenciesEndpoints outboundNetworkDependenciesEndpoints()
      Gets the resource collection API of OutboundNetworkDependenciesEndpoints.
      Returns:
      Resource collection API of OutboundNetworkDependenciesEndpoints.
    • vNetPeerings

      public VNetPeerings vNetPeerings()
      Gets the resource collection API of VNetPeerings. It manages VirtualNetworkPeering.
      Returns:
      Resource collection API of VNetPeerings.
    • serviceClient

      public AzureDatabricksManagementClient serviceClient()
      Returns:
      Wrapped service client AzureDatabricksManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.