Uses of Interface
com.azure.resourcemanager.databricks.models.AccessConnector
Packages that use AccessConnector
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of AccessConnector in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return AccessConnectorModifier and TypeMethodDescriptionAccessConnector.Update.apply()Executes the update request.AccessConnector.Update.apply(com.azure.core.util.Context context) Executes the update request.AccessConnector.DefinitionStages.WithCreate.create()Executes the create request.AccessConnector.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets an azure databricks accessConnector.AccessConnectors.getByResourceGroup(String resourceGroupName, String connectorName) Gets an azure databricks accessConnector.AccessConnector.refresh()Refreshes the resource to sync with Azure.AccessConnector.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type AccessConnectorModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AccessConnector> AccessConnectors.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets an azure databricks accessConnector.com.azure.core.http.rest.Response<AccessConnector> AccessConnectors.getByResourceGroupWithResponse(String resourceGroupName, String connectorName, com.azure.core.util.Context context) Gets an azure databricks accessConnector.com.azure.core.http.rest.PagedIterable<AccessConnector> AccessConnectors.list()Gets all the azure databricks accessConnectors within a subscription.com.azure.core.http.rest.PagedIterable<AccessConnector> AccessConnectors.list(com.azure.core.util.Context context) Gets all the azure databricks accessConnectors within a subscription.com.azure.core.http.rest.PagedIterable<AccessConnector> AccessConnectors.listByResourceGroup(String resourceGroupName) Gets all the azure databricks accessConnectors within a resource group.com.azure.core.http.rest.PagedIterable<AccessConnector> AccessConnectors.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets all the azure databricks accessConnectors within a resource group.