Uses of Interface
com.azure.resourcemanager.databricks.models.Workspace
Packages that use Workspace
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of Workspace in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return WorkspaceModifier and TypeMethodDescriptionWorkspace.Update.apply()Executes the update request.Workspace.Update.apply(com.azure.core.util.Context context) Executes the update request.Workspace.DefinitionStages.WithCreate.create()Executes the create request.Workspace.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the workspace.Workspaces.getByResourceGroup(String resourceGroupName, String workspaceName) Gets the workspace.Workspace.refresh()Refreshes the resource to sync with Azure.Workspace.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 WorkspaceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Workspace> Workspaces.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the workspace.com.azure.core.http.rest.Response<Workspace> Workspaces.getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets the workspace.com.azure.core.http.rest.PagedIterable<Workspace> Workspaces.list()Gets all the workspaces within a subscription.com.azure.core.http.rest.PagedIterable<Workspace> Workspaces.list(com.azure.core.util.Context context) Gets all the workspaces within a subscription.com.azure.core.http.rest.PagedIterable<Workspace> Workspaces.listByResourceGroup(String resourceGroupName) Gets all the workspaces within a resource group.com.azure.core.http.rest.PagedIterable<Workspace> Workspaces.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets all the workspaces within a resource group.