WorkspaceCustomParameters Class
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.
Custom Parameters used for Cluster Creation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.WorkspaceCustomParametersTypeConverter))]
public class WorkspaceCustomParameters : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspaceCustomParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.WorkspaceCustomParametersTypeConverter))>]
type WorkspaceCustomParameters = class
interface IWorkspaceCustomParameters
interface IJsonSerializable
Public Class WorkspaceCustomParameters
Implements IWorkspaceCustomParameters
- Inheritance
-
WorkspaceCustomParameters
- Attributes
- Implements
Constructors
WorkspaceCustomParameters() |
Creates an new WorkspaceCustomParameters instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkspaceCustomParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkspaceCustomParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspaceCustomParameters. |
FromJsonString(String) |
Creates a new instance of WorkspaceCustomParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkspaceCustomParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |