WorkspaceCustomParameters interface
Custom Parameters used for Cluster Creation.
Properties
| aml |
The ID of a Azure Machine Learning workspace to link with Databricks workspace |
| custom |
The name of the Private Subnet within the Virtual Network |
| custom |
The name of a Public Subnet within the Virtual Network |
| custom |
The ID of a Virtual Network where this Databricks Cluster should be created |
| enable |
Should the Public IP be Disabled? |
| encryption | Contains the encryption details for Customer-Managed Key (CMK) enabled workspace. |
| load |
Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP). |
| load |
Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace. |
| nat |
Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets. |
| prepare |
Prepare the workspace for encryption. Enables the Managed Identity for managed storage account. |
| public |
Name of the Public IP for No Public IP workspace with managed vNet. |
| require |
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. |
| resource |
Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level. NOTE: This property will not be serialized. It can only be populated by the server. |
| storage |
Default DBFS storage account name. |
| storage |
Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs. |
| vnet |
Address prefix for Managed virtual network. Default value for this input is 10.139. |
Property Details
amlWorkspaceId
The ID of a Azure Machine Learning workspace to link with Databricks workspace
amlWorkspaceId?: WorkspaceCustomStringParameter
Property Value
customPrivateSubnetName
The name of the Private Subnet within the Virtual Network
customPrivateSubnetName?: WorkspaceCustomStringParameter
Property Value
customPublicSubnetName
The name of a Public Subnet within the Virtual Network
customPublicSubnetName?: WorkspaceCustomStringParameter
Property Value
customVirtualNetworkId
The ID of a Virtual Network where this Databricks Cluster should be created
customVirtualNetworkId?: WorkspaceCustomStringParameter
Property Value
enableNoPublicIp
Should the Public IP be Disabled?
enableNoPublicIp?: WorkspaceCustomBooleanParameter
Property Value
encryption
Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
encryption?: WorkspaceEncryptionParameter
Property Value
loadBalancerBackendPoolName
Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
loadBalancerBackendPoolName?: WorkspaceCustomStringParameter
Property Value
loadBalancerId
Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
loadBalancerId?: WorkspaceCustomStringParameter
Property Value
natGatewayName
Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
natGatewayName?: WorkspaceCustomStringParameter
Property Value
prepareEncryption
Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
prepareEncryption?: WorkspaceCustomBooleanParameter
Property Value
publicIpName
Name of the Public IP for No Public IP workspace with managed vNet.
publicIpName?: WorkspaceCustomStringParameter
Property Value
requireInfrastructureEncryption
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.
requireInfrastructureEncryption?: WorkspaceCustomBooleanParameter
Property Value
resourceTags
Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level. NOTE: This property will not be serialized. It can only be populated by the server.
resourceTags?: WorkspaceCustomObjectParameter
Property Value
storageAccountName
Default DBFS storage account name.
storageAccountName?: WorkspaceCustomStringParameter
Property Value
storageAccountSkuName
Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
storageAccountSkuName?: WorkspaceCustomStringParameter
Property Value
vnetAddressPrefix
Address prefix for Managed virtual network. Default value for this input is 10.139.
vnetAddressPrefix?: WorkspaceCustomStringParameter