Interface AccessConnectorsClient


public interface AccessConnectorsClient
An instance of this class provides access to all the operations defined in AccessConnectorsClient.
  • Method Details

    • getByResourceGroupWithResponse

      com.azure.core.http.rest.Response<AccessConnectorInner> getByResourceGroupWithResponse(String resourceGroupName, String connectorName, com.azure.core.util.Context context)
      Gets an azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      context - The context to associate with this operation.
      Returns:
      an azure databricks accessConnector along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getByResourceGroup

      AccessConnectorInner getByResourceGroup(String resourceGroupName, String connectorName)
      Gets an azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      Returns:
      an azure databricks accessConnector.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String connectorName)
      Deletes the azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      Returns:
      the SyncPoller for polling of long-running operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String connectorName, com.azure.core.util.Context context)
      Deletes the azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of long-running operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • delete

      void delete(String resourceGroupName, String connectorName)
      Deletes the azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • delete

      void delete(String resourceGroupName, String connectorName, com.azure.core.util.Context context)
      Deletes the azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      context - The context to associate with this operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AccessConnectorInner>,AccessConnectorInner> beginCreateOrUpdate(String resourceGroupName, String connectorName, AccessConnectorInner parameters)
      Creates or updates azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      parameters - Parameters supplied to the create or update an azure databricks accessConnector.
      Returns:
      the SyncPoller for polling of information about azure databricks accessConnector.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AccessConnectorInner>,AccessConnectorInner> beginCreateOrUpdate(String resourceGroupName, String connectorName, AccessConnectorInner parameters, com.azure.core.util.Context context)
      Creates or updates azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      parameters - Parameters supplied to the create or update an azure databricks accessConnector.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of information about azure databricks accessConnector.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdate

      AccessConnectorInner createOrUpdate(String resourceGroupName, String connectorName, AccessConnectorInner parameters)
      Creates or updates azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      parameters - Parameters supplied to the create or update an azure databricks accessConnector.
      Returns:
      information about azure databricks accessConnector.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdate

      AccessConnectorInner createOrUpdate(String resourceGroupName, String connectorName, AccessConnectorInner parameters, com.azure.core.util.Context context)
      Creates or updates azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      parameters - Parameters supplied to the create or update an azure databricks accessConnector.
      context - The context to associate with this operation.
      Returns:
      information about azure databricks accessConnector.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AccessConnectorInner>,AccessConnectorInner> beginUpdate(String resourceGroupName, String connectorName, AccessConnectorUpdate parameters)
      Updates an azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      parameters - The update to the azure databricks accessConnector.
      Returns:
      the SyncPoller for polling of information about azure databricks accessConnector.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AccessConnectorInner>,AccessConnectorInner> beginUpdate(String resourceGroupName, String connectorName, AccessConnectorUpdate parameters, com.azure.core.util.Context context)
      Updates an azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      parameters - The update to the azure databricks accessConnector.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of information about azure databricks accessConnector.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • update

      AccessConnectorInner update(String resourceGroupName, String connectorName, AccessConnectorUpdate parameters)
      Updates an azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      parameters - The update to the azure databricks accessConnector.
      Returns:
      information about azure databricks accessConnector.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • update

      AccessConnectorInner update(String resourceGroupName, String connectorName, AccessConnectorUpdate parameters, com.azure.core.util.Context context)
      Updates an azure databricks accessConnector.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectorName - The name of the azure databricks accessConnector.
      parameters - The update to the azure databricks accessConnector.
      context - The context to associate with this operation.
      Returns:
      information about azure databricks accessConnector.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<AccessConnectorInner> listByResourceGroup(String resourceGroupName)
      Gets all the azure databricks accessConnectors within a resource group.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      Returns:
      all the azure databricks accessConnectors within a resource group as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<AccessConnectorInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
      Gets all the azure databricks accessConnectors within a resource group.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      context - The context to associate with this operation.
      Returns:
      all the azure databricks accessConnectors within a resource group as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      com.azure.core.http.rest.PagedIterable<AccessConnectorInner> list()
      Gets all the azure databricks accessConnectors within a subscription.
      Returns:
      all the azure databricks accessConnectors within a subscription as paginated response with PagedIterable.
      Throws:
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      com.azure.core.http.rest.PagedIterable<AccessConnectorInner> list(com.azure.core.util.Context context)
      Gets all the azure databricks accessConnectors within a subscription.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      all the azure databricks accessConnectors within a subscription as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.