Share via


AzureDatabricksManagementClient Interface

public interface AzureDatabricksManagementClient

The interface for AzureDatabricksManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract AccessConnectorsClient getAccessConnectors()

Gets the AccessConnectorsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract OutboundNetworkDependenciesEndpointsClient getOutboundNetworkDependenciesEndpoints()

Gets the OutboundNetworkDependenciesEndpointsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract VNetPeeringsClient getVNetPeerings()

Gets the VNetPeeringsClient object to access its operations.

abstract WorkspacesClient getWorkspaces()

Gets the WorkspacesClient object to access its operations.

Method Details

getAccessConnectors

public abstract AccessConnectorsClient getAccessConnectors()

Gets the AccessConnectorsClient object to access its operations.

Returns:

the AccessConnectorsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getOutboundNetworkDependenciesEndpoints

public abstract OutboundNetworkDependenciesEndpointsClient getOutboundNetworkDependenciesEndpoints()

Gets the OutboundNetworkDependenciesEndpointsClient object to access its operations.

Returns:

the OutboundNetworkDependenciesEndpointsClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

getVNetPeerings

public abstract VNetPeeringsClient getVNetPeerings()

Gets the VNetPeeringsClient object to access its operations.

Returns:

the VNetPeeringsClient object.

getWorkspaces

public abstract WorkspacesClient getWorkspaces()

Gets the WorkspacesClient object to access its operations.

Returns:

the WorkspacesClient object.

Applies to