WorkspaceCustomParameters

data class WorkspaceCustomParameters(val machineLearningWorkspaceId: String? = null, val natGatewayName: String? = null, val noPublicIp: Boolean? = null, val privateSubnetName: String? = null, val privateSubnetNetworkSecurityGroupAssociationId: String? = null, val publicIpName: String? = null, val publicSubnetName: String? = null, val publicSubnetNetworkSecurityGroupAssociationId: String? = null, val storageAccountName: String? = null, val storageAccountSkuName: String? = null, val virtualNetworkId: String? = null, val vnetAddressPrefix: String? = null)

Constructors

Link copied to clipboard
constructor(machineLearningWorkspaceId: String? = null, natGatewayName: String? = null, noPublicIp: Boolean? = null, privateSubnetName: String? = null, privateSubnetNetworkSecurityGroupAssociationId: String? = null, publicIpName: String? = null, publicSubnetName: String? = null, publicSubnetNetworkSecurityGroupAssociationId: String? = null, storageAccountName: String? = null, storageAccountSkuName: String? = null, virtualNetworkId: String? = null, vnetAddressPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of a Azure Machine Learning workspace to link with Databricks workspace. Changing this forces a new resource to be created.

Link copied to clipboard
val natGatewayName: String? = null

Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets (only for workspace with managed virtual network). Defaults to nat-gateway. Changing this forces a new resource to be created.

Link copied to clipboard
val noPublicIp: Boolean? = null

Are public IP Addresses not allowed? Possible values are true or false. Defaults to true.

Link copied to clipboard

The name of the Private Subnet within the Virtual Network. Required if virtual_network_id is set. Changing this forces a new resource to be created.

The resource ID of the azure.network.SubnetNetworkSecurityGroupAssociation resource which is referred to by the private_subnet_name field. This is the same as the ID of the subnet referred to by the private_subnet_name field. Required if virtual_network_id is set.

Link copied to clipboard
val publicIpName: String? = null

Name of the Public IP for No Public IP workspace with managed virtual network. Defaults to nat-gw-public-ip. Changing this forces a new resource to be created.

Link copied to clipboard

The name of the Public Subnet within the Virtual Network. Required if virtual_network_id is set. Changing this forces a new resource to be created.

The resource ID of the azure.network.SubnetNetworkSecurityGroupAssociation resource which is referred to by the public_subnet_name field. This is the same as the ID of the subnet referred to by the public_subnet_name field. Required if virtual_network_id is set.

Link copied to clipboard

Default Databricks File Storage account name. Defaults to a randomized name(e.g. dbstoragel6mfeghoe5kxu). Changing this forces a new resource to be created.

Link copied to clipboard

Storage account SKU name. Possible values include Standard_LRS, Standard_GRS, Standard_RAGRS, Standard_GZRS, Standard_RAGZRS, Standard_ZRS, Premium_LRS or Premium_ZRS. Defaults to Standard_GRS.

Link copied to clipboard

The ID of a Virtual Network where this Databricks Cluster should be created. Changing this forces a new resource to be created.

Link copied to clipboard

Address prefix for Managed virtual network. Defaults to 10.139. Changing this forces a new resource to be created.