Share via


Encryption Class

Definition

The object that contains details of encryption used on the workspace.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.EncryptionTypeConverter))]
public class Encryption : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IEncryption
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.EncryptionTypeConverter))>]
type Encryption = class
    interface IEncryption
    interface IJsonSerializable
Public Class Encryption
Implements IEncryption
Inheritance
Encryption
Attributes
Implements

Constructors

Encryption()

Creates an new Encryption instance.

Properties

KeyName

The name of KeyVault key.

KeySource

The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault

KeyVaultUri

The Uri of KeyVault.

KeyVersion

The version of KeyVault key.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Encryption.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Encryption.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IEncryption.

FromJsonString(String)

Creates a new instance of Encryption, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Encryption into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to