Uses of Class
com.azure.resourcemanager.databricks.fluent.models.WorkspaceInner
Packages that use WorkspaceInner
Package
Description
Package containing the service clients for AzureDatabricksManagementClient.
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of WorkspaceInner in com.azure.resourcemanager.databricks.fluent
Methods in com.azure.resourcemanager.databricks.fluent that return WorkspaceInnerModifier and TypeMethodDescriptionWorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters) Creates a new workspace.WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, com.azure.core.util.Context context) Creates a new workspace.WorkspacesClient.getByResourceGroup(String resourceGroupName, String workspaceName) Gets the workspace.WorkspacesClient.update(String resourceGroupName, String workspaceName, WorkspaceUpdate parameters) Updates a workspace.WorkspacesClient.update(String resourceGroupName, String workspaceName, WorkspaceUpdate parameters, com.azure.core.util.Context context) Updates a workspace.Methods in com.azure.resourcemanager.databricks.fluent that return types with arguments of type WorkspaceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkspaceInner>, WorkspaceInner> WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters) Creates a new workspace.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkspaceInner>, WorkspaceInner> WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters) Creates a new workspace.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkspaceInner>, WorkspaceInner> WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, com.azure.core.util.Context context) Creates a new workspace.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkspaceInner>, WorkspaceInner> WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, com.azure.core.util.Context context) Creates a new workspace.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkspaceInner>, WorkspaceInner> WorkspacesClient.beginUpdate(String resourceGroupName, String workspaceName, WorkspaceUpdate parameters) Updates a workspace.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkspaceInner>, WorkspaceInner> WorkspacesClient.beginUpdate(String resourceGroupName, String workspaceName, WorkspaceUpdate parameters) Updates a workspace.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkspaceInner>, WorkspaceInner> WorkspacesClient.beginUpdate(String resourceGroupName, String workspaceName, WorkspaceUpdate parameters, com.azure.core.util.Context context) Updates a workspace.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkspaceInner>, WorkspaceInner> WorkspacesClient.beginUpdate(String resourceGroupName, String workspaceName, WorkspaceUpdate parameters, com.azure.core.util.Context context) Updates a workspace.com.azure.core.http.rest.Response<WorkspaceInner> WorkspacesClient.getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets the workspace.com.azure.core.http.rest.PagedIterable<WorkspaceInner> WorkspacesClient.list()Gets all the workspaces within a subscription.com.azure.core.http.rest.PagedIterable<WorkspaceInner> WorkspacesClient.list(com.azure.core.util.Context context) Gets all the workspaces within a subscription.com.azure.core.http.rest.PagedIterable<WorkspaceInner> WorkspacesClient.listByResourceGroup(String resourceGroupName) Gets all the workspaces within a resource group.com.azure.core.http.rest.PagedIterable<WorkspaceInner> WorkspacesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets all the workspaces within a resource group.Methods in com.azure.resourcemanager.databricks.fluent with parameters of type WorkspaceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkspaceInner>, WorkspaceInner> WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters) Creates a new workspace.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkspaceInner>, WorkspaceInner> WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, com.azure.core.util.Context context) Creates a new workspace.WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters) Creates a new workspace.WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, com.azure.core.util.Context context) Creates a new workspace. -
Uses of WorkspaceInner in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return WorkspaceInnerModifier and TypeMethodDescriptionstatic WorkspaceInnerWorkspaceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspaceInner from the JsonReader.WorkspaceInner.withAuthorizations(List<WorkspaceProviderAuthorization> authorizations) Set the authorizations property: The workspace provider authorizations.WorkspaceInner.withCreatedBy(CreatedBy createdBy) Set the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace.WorkspaceInner.withEncryption(WorkspacePropertiesEncryption encryption) Set the encryption property: Encryption properties for databricks workspace.WorkspaceInner.withLocation(String location) WorkspaceInner.withManagedDiskIdentity(ManagedIdentityConfiguration managedDiskIdentity) Set the managedDiskIdentity property: The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption.WorkspaceInner.withManagedResourceGroupId(String managedResourceGroupId) Set the managedResourceGroupId property: The managed resource group Id.WorkspaceInner.withParameters(WorkspaceCustomParameters parameters) Set the parameters property: The workspace's custom parameters.WorkspaceInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: The network access type for accessing workspace.WorkspaceInner.withRequiredNsgRules(RequiredNsgRules requiredNsgRules) Set the requiredNsgRules property: Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint.Set the sku property: The SKU of the resource.WorkspaceInner.withStorageAccountIdentity(ManagedIdentityConfiguration storageAccountIdentity) Set the storageAccountIdentity property: The details of Managed Identity of Storage Account.WorkspaceInner.withUiDefinitionUri(String uiDefinitionUri) Set the uiDefinitionUri property: The blob URI where the UI definition file is located.WorkspaceInner.withUpdatedBy(CreatedBy updatedBy) Set the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace. -
Uses of WorkspaceInner in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return WorkspaceInnerModifier and TypeMethodDescriptionWorkspace.innerModel()Gets the inner com.azure.resourcemanager.databricks.fluent.models.WorkspaceInner object.Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type WorkspaceInnerModifier and TypeMethodDescriptionWorkspaceListResult.value()Get the value property: The array of workspaces.Method parameters in com.azure.resourcemanager.databricks.models with type arguments of type WorkspaceInnerModifier and TypeMethodDescriptionWorkspaceListResult.withValue(List<WorkspaceInner> value) Set the value property: The array of workspaces.