Uses of Class
com.azure.resourcemanager.databricks.models.WorkspaceCustomStringParameter
Packages that use WorkspaceCustomStringParameter
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of WorkspaceCustomStringParameter in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return WorkspaceCustomStringParameterModifier and TypeMethodDescriptionWorkspaceCustomParameters.amlWorkspaceId()Get the amlWorkspaceId property: The ID of a Azure Machine Learning workspace to link with Databricks workspace.WorkspaceCustomParameters.customPrivateSubnetName()Get the customPrivateSubnetName property: The name of the Private Subnet within the Virtual Network.WorkspaceCustomParameters.customPublicSubnetName()Get the customPublicSubnetName property: The name of a Public Subnet within the Virtual Network.WorkspaceCustomParameters.customVirtualNetworkId()Get the customVirtualNetworkId property: The ID of a Virtual Network where this Databricks Cluster should be created.WorkspaceCustomStringParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspaceCustomStringParameter from the JsonReader.WorkspaceCustomParameters.loadBalancerBackendPoolName()Get the loadBalancerBackendPoolName property: Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).WorkspaceCustomParameters.loadBalancerId()Get the loadBalancerId property: Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.WorkspaceCustomParameters.natGatewayName()Get the natGatewayName property: Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.WorkspaceCustomParameters.publicIpName()Get the publicIpName property: Name of the Public IP for No Public IP workspace with managed vNet.WorkspaceCustomParameters.storageAccountName()Get the storageAccountName property: Default DBFS storage account name.WorkspaceCustomParameters.storageAccountSkuName()Get the storageAccountSkuName property: Storage account SKU name, ex: Standard_GRS, Standard_LRS.WorkspaceCustomParameters.vnetAddressPrefix()Get the vnetAddressPrefix property: Address prefix for Managed virtual network.Set the value property: The value which should be used for this field.Methods in com.azure.resourcemanager.databricks.models with parameters of type WorkspaceCustomStringParameterModifier and TypeMethodDescriptionWorkspaceCustomParameters.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.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.withPublicIpName(WorkspaceCustomStringParameter publicIpName) Set the publicIpName property: Name of the Public IP for No Public IP workspace with managed vNet.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.