Interface AccessConnectorsClient
public interface AccessConnectorsClient
An instance of this class provides access to all the operations defined in AccessConnectorsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.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.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.beginDelete(String resourceGroupName, String connectorName) Deletes the azure databricks accessConnector.beginDelete(String resourceGroupName, String connectorName, com.azure.core.util.Context context) Deletes the azure databricks accessConnector.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.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.createOrUpdate(String resourceGroupName, String connectorName, AccessConnectorInner parameters) Creates or updates azure databricks accessConnector.createOrUpdate(String resourceGroupName, String connectorName, AccessConnectorInner parameters, com.azure.core.util.Context context) Creates or updates azure databricks accessConnector.voidDeletes the azure databricks accessConnector.voidDeletes the azure databricks accessConnector.getByResourceGroup(String resourceGroupName, String connectorName) Gets an azure databricks accessConnector.com.azure.core.http.rest.Response<AccessConnectorInner> getByResourceGroupWithResponse(String resourceGroupName, String connectorName, com.azure.core.util.Context context) Gets an azure databricks accessConnector.com.azure.core.http.rest.PagedIterable<AccessConnectorInner> list()Gets all the azure databricks accessConnectors within a subscription.com.azure.core.http.rest.PagedIterable<AccessConnectorInner> list(com.azure.core.util.Context context) Gets all the azure databricks accessConnectors within a subscription.com.azure.core.http.rest.PagedIterable<AccessConnectorInner> listByResourceGroup(String resourceGroupName) Gets all the azure databricks accessConnectors within a resource group.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.update(String resourceGroupName, String connectorName, AccessConnectorUpdate parameters) Updates an azure databricks accessConnector.update(String resourceGroupName, String connectorName, AccessConnectorUpdate parameters, com.azure.core.util.Context context) Updates an azure databricks accessConnector.
-
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
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
SyncPollerfor 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
SyncPollerfor 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
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
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
SyncPollerfor 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
SyncPollerfor 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
SyncPollerfor 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
SyncPollerfor 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.
-