IWorkspaceCustomParameters Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.WorkspaceCustomParametersTypeConverter))]
public interface IWorkspaceCustomParameters : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.WorkspaceCustomParametersTypeConverter))>]
type IWorkspaceCustomParameters = interface
interface IJsonSerializable
Public Interface IWorkspaceCustomParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AmlWorkspaceIdType |
The type of variable that this is |
AmlWorkspaceIdValue |
The value which should be used for this field. |
CustomPrivateSubnetNameType |
The type of variable that this is |
CustomPrivateSubnetNameValue |
The value which should be used for this field. |
CustomPublicSubnetNameType |
The type of variable that this is |
CustomPublicSubnetNameValue |
The value which should be used for this field. |
CustomVirtualNetworkIdType |
The type of variable that this is |
CustomVirtualNetworkIdValue |
The value which should be used for this field. |
EnableNoPublicIPType |
The type of variable that this is |
EnableNoPublicIPValue |
The value which should be used for this field. |
EncryptionType |
The type of variable that this is |
LoadBalancerBackendPoolNameType |
The type of variable that this is |
LoadBalancerBackendPoolNameValue |
The value which should be used for this field. |
LoadBalancerIdType |
The type of variable that this is |
LoadBalancerIdValue |
The value which should be used for this field. |
NatGatewayNameType |
The type of variable that this is |
NatGatewayNameValue |
The value which should be used for this field. |
PrepareEncryptionType |
The type of variable that this is |
PrepareEncryptionValue |
The value which should be used for this field. |
PublicIPNameType |
The type of variable that this is |
PublicIPNameValue |
The value which should be used for this field. |
RequireInfrastructureEncryptionType |
The type of variable that this is |
RequireInfrastructureEncryptionValue |
The value which should be used for this field. |
ResourceTagType |
The type of variable that this is |
ResourceTagValue |
The value which should be used for this field. |
StorageAccountNameType |
The type of variable that this is |
StorageAccountNameValue |
The value which should be used for this field. |
StorageAccountSkuNameType |
The type of variable that this is |
StorageAccountSkuNameValue |
The value which should be used for this field. |
ValueKeyName |
The name of KeyVault key. |
ValueKeySource |
The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault |
ValueKeyVaultUri |
The Uri of KeyVault. |
ValueKeyVersion |
The version of KeyVault key. |
VnetAddressPrefixType |
The type of variable that this is |
VnetAddressPrefixValue |
The value which should be used for this field. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |