Uses of Interface
com.azure.resourcemanager.databricks.models.Workspace.DefinitionStages.WithCreate
Packages that use Workspace.DefinitionStages.WithCreate
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of Workspace.DefinitionStages.WithCreate in com.azure.resourcemanager.databricks.models
Subinterfaces of Workspace.DefinitionStages.WithCreate in com.azure.resourcemanager.databricks.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Workspace definition.Methods in com.azure.resourcemanager.databricks.models that return Workspace.DefinitionStages.WithCreateModifier and TypeMethodDescriptionWorkspace.DefinitionStages.WithAuthorizations.withAuthorizations(List<WorkspaceProviderAuthorization> authorizations) Specifies the authorizations property: The workspace provider authorizations..Workspace.DefinitionStages.WithCreatedBy.withCreatedBy(CreatedBy createdBy) Specifies the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace..Workspace.DefinitionStages.WithEncryption.withEncryption(WorkspacePropertiesEncryption encryption) Specifies the encryption property: Encryption properties for databricks workspace.Workspace.DefinitionStages.WithManagedDiskIdentity.withManagedDiskIdentity(ManagedIdentityConfiguration managedDiskIdentity) Specifies the managedDiskIdentity property: The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption.Workspace.DefinitionStages.WithManagedResourceGroupId.withManagedResourceGroupId(String managedResourceGroupId) Specifies the managedResourceGroupId property: The managed resource group Id..Workspace.DefinitionStages.WithParameters.withParameters(WorkspaceCustomParameters parameters) Specifies the parameters property: The workspace's custom parameters..Workspace.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: The network access type for accessing workspace.Workspace.DefinitionStages.WithRequiredNsgRules.withRequiredNsgRules(RequiredNsgRules requiredNsgRules) Specifies the requiredNsgRules property: Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint.Specifies the sku property: The SKU of the resource..Workspace.DefinitionStages.WithStorageAccountIdentity.withStorageAccountIdentity(ManagedIdentityConfiguration storageAccountIdentity) Specifies the storageAccountIdentity property: The details of Managed Identity of Storage Account.Specifies the tags property: Resource tags..Workspace.DefinitionStages.WithUiDefinitionUri.withUiDefinitionUri(String uiDefinitionUri) Specifies the uiDefinitionUri property: The blob URI where the UI definition file is located..Workspace.DefinitionStages.WithUpdatedBy.withUpdatedBy(CreatedBy updatedBy) Specifies the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace..