Uses of Class
com.azure.resourcemanager.databricks.models.WorkspaceCustomParameters
Packages that use WorkspaceCustomParameters
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of WorkspaceCustomParameters in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return WorkspaceCustomParametersModifier and TypeMethodDescriptionWorkspaceInner.parameters()Get the parameters property: The workspace's custom parameters.WorkspaceProperties.parameters()Get the parameters property: The workspace's custom parameters.Methods in com.azure.resourcemanager.databricks.fluent.models with parameters of type WorkspaceCustomParametersModifier and TypeMethodDescriptionWorkspaceInner.withParameters(WorkspaceCustomParameters parameters) Set the parameters property: The workspace's custom parameters.WorkspaceProperties.withParameters(WorkspaceCustomParameters parameters) Set the parameters property: The workspace's custom parameters. -
Uses of WorkspaceCustomParameters in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return WorkspaceCustomParametersModifier and TypeMethodDescriptionstatic WorkspaceCustomParametersWorkspaceCustomParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspaceCustomParameters from the JsonReader.Workspace.parameters()Gets the parameters property: The workspace's custom parameters.WorkspaceCustomParameters.withAmlWorkspaceId(WorkspaceCustomStringParameter amlWorkspaceId) Set the amlWorkspaceId property: The ID of a Azure Machine Learning workspace to link with Databricks workspace.WorkspaceCustomParameters.withCustomPrivateSubnetName(WorkspaceCustomStringParameter customPrivateSubnetName) Set the customPrivateSubnetName property: The name of the Private Subnet within the Virtual Network.WorkspaceCustomParameters.withCustomPublicSubnetName(WorkspaceCustomStringParameter customPublicSubnetName) Set the customPublicSubnetName property: The name of a Public Subnet within the Virtual Network.WorkspaceCustomParameters.withCustomVirtualNetworkId(WorkspaceCustomStringParameter customVirtualNetworkId) Set the customVirtualNetworkId property: The ID of a Virtual Network where this Databricks Cluster should be created.WorkspaceCustomParameters.withEnableNoPublicIp(WorkspaceCustomBooleanParameter enableNoPublicIp) Set the enableNoPublicIp property: Should the Public IP be Disabled?.WorkspaceCustomParameters.withEncryption(WorkspaceEncryptionParameter encryption) Set the encryption property: Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.WorkspaceCustomParameters.withLoadBalancerBackendPoolName(WorkspaceCustomStringParameter loadBalancerBackendPoolName) Set the loadBalancerBackendPoolName property: Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).WorkspaceCustomParameters.withLoadBalancerId(WorkspaceCustomStringParameter loadBalancerId) Set the loadBalancerId property: Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.WorkspaceCustomParameters.withNatGatewayName(WorkspaceCustomStringParameter natGatewayName) Set the natGatewayName property: Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.WorkspaceCustomParameters.withPrepareEncryption(WorkspaceCustomBooleanParameter prepareEncryption) Set the prepareEncryption property: Prepare the workspace for encryption.WorkspaceCustomParameters.withPublicIpName(WorkspaceCustomStringParameter publicIpName) Set the publicIpName property: Name of the Public IP for No Public IP workspace with managed vNet.WorkspaceCustomParameters.withRequireInfrastructureEncryption(WorkspaceCustomBooleanParameter requireInfrastructureEncryption) Set the requireInfrastructureEncryption property: A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.WorkspaceCustomParameters.withStorageAccountName(WorkspaceCustomStringParameter storageAccountName) Set the storageAccountName property: Default DBFS storage account name.WorkspaceCustomParameters.withStorageAccountSkuName(WorkspaceCustomStringParameter storageAccountSkuName) Set the storageAccountSkuName property: Storage account SKU name, ex: Standard_GRS, Standard_LRS.WorkspaceCustomParameters.withVnetAddressPrefix(WorkspaceCustomStringParameter vnetAddressPrefix) Set the vnetAddressPrefix property: Address prefix for Managed virtual network.Methods in com.azure.resourcemanager.databricks.models with parameters of type WorkspaceCustomParametersModifier and TypeMethodDescriptionWorkspace.DefinitionStages.WithParameters.withParameters(WorkspaceCustomParameters parameters) Specifies the parameters property: The workspace's custom parameters..