AzureDatabricksManagementClient Interface
public interface AzureDatabricksManagementClient
The interface for AzureDatabricksManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Access |
getAccessConnectors()
Gets the Access |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Outbound |
getOutboundNetworkDependenciesEndpoints()
Gets the Outbound |
|
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
|
abstract
Private |
getPrivateLinkResources()
Gets the Private |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
VNet |
getVNetPeerings()
Gets the VNet |
|
abstract
Workspaces |
getWorkspaces()
Gets the Workspaces |
Method Details
getAccessConnectors
public abstract AccessConnectorsClient getAccessConnectors()
Gets the AccessConnectorsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getOutboundNetworkDependenciesEndpoints
public abstract OutboundNetworkDependenciesEndpointsClient getOutboundNetworkDependenciesEndpoints()
Gets the OutboundNetworkDependenciesEndpointsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getVNetPeerings
public abstract VNetPeeringsClient getVNetPeerings()
Gets the VNetPeeringsClient object to access its operations.
Returns:
getWorkspaces
public abstract WorkspacesClient getWorkspaces()
Gets the WorkspacesClient object to access its operations.
Returns: