Uses of Class
com.azure.resourcemanager.databricks.fluent.models.WorkspaceProperties
Packages that use WorkspaceProperties
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
-
Uses of WorkspaceProperties in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return WorkspacePropertiesModifier and TypeMethodDescriptionstatic WorkspacePropertiesWorkspaceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspaceProperties from the JsonReader.WorkspaceProperties.withAuthorizations(List<WorkspaceProviderAuthorization> authorizations) Set the authorizations property: The workspace provider authorizations.WorkspaceProperties.withCreatedBy(CreatedBy createdBy) Set the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace.WorkspaceProperties.withEncryption(WorkspacePropertiesEncryption encryption) Set the encryption property: Encryption properties for databricks workspace.WorkspaceProperties.withManagedDiskIdentity(ManagedIdentityConfiguration managedDiskIdentity) Set the managedDiskIdentity property: The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption.WorkspaceProperties.withManagedResourceGroupId(String managedResourceGroupId) Set the managedResourceGroupId property: The managed resource group Id.WorkspaceProperties.withParameters(WorkspaceCustomParameters parameters) Set the parameters property: The workspace's custom parameters.WorkspaceProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: The network access type for accessing workspace.WorkspaceProperties.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.WorkspaceProperties.withStorageAccountIdentity(ManagedIdentityConfiguration storageAccountIdentity) Set the storageAccountIdentity property: The details of Managed Identity of Storage Account.WorkspaceProperties.withUiDefinitionUri(String uiDefinitionUri) Set the uiDefinitionUri property: The blob URI where the UI definition file is located.WorkspaceProperties.withUpdatedBy(CreatedBy updatedBy) Set the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.