AzureDatabricksManager Class

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

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
AccessConnectors accessConnectors()

Gets the resource collection API of AccessConnectors.

static AzureDatabricksManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of AzureDatabricks service API entry point.

static AzureDatabricksManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of AzureDatabricks service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create AzureDatabricksManager with optional configuration.

Operations operations()

Gets the resource collection API of Operations.

OutboundNetworkDependenciesEndpoints outboundNetworkDependenciesEndpoints()

Gets the resource collection API of OutboundNetworkDependenciesEndpoints.

PrivateEndpointConnections privateEndpointConnections()

Gets the resource collection API of PrivateEndpointConnections.

PrivateLinkResources privateLinkResources()

Gets the resource collection API of PrivateLinkResources.

AzureDatabricksManagementClient serviceClient()

Gets wrapped service client AzureDatabricksManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

VNetPeerings vNetPeerings()

Gets the resource collection API of VNetPeerings.

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:

Resource collection API of AccessConnectors.

authenticate

public static AzureDatabricksManager authenticate(HttpPipeline httpPipeline, 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.

authenticate

public static AzureDatabricksManager authenticate(TokenCredential credential, 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.

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.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

outboundNetworkDependenciesEndpoints

public OutboundNetworkDependenciesEndpoints outboundNetworkDependenciesEndpoints()

Gets the resource collection API of OutboundNetworkDependenciesEndpoints.

Returns:

Resource collection API of OutboundNetworkDependenciesEndpoints.

privateEndpointConnections

public PrivateEndpointConnections privateEndpointConnections()

Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.

Returns:

Resource collection API of PrivateEndpointConnections.

privateLinkResources

public PrivateLinkResources privateLinkResources()

Gets the resource collection API of PrivateLinkResources.

Returns:

Resource collection API of PrivateLinkResources.

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:

Wrapped service client AzureDatabricksManagementClient.

vNetPeerings

public VNetPeerings vNetPeerings()

Gets the resource collection API of VNetPeerings. It manages VirtualNetworkPeering.

Returns:

Resource collection API of VNetPeerings.

workspaces

public Workspaces workspaces()

Gets the resource collection API of Workspaces. It manages Workspace.

Returns:

Resource collection API of Workspaces.

Applies to