HDInsightDiskEncryptionProperties Class

Definition

The disk encryption properties.

public class HDInsightDiskEncryptionProperties
public class HDInsightDiskEncryptionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.HDInsightDiskEncryptionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.HDInsightDiskEncryptionProperties>
type HDInsightDiskEncryptionProperties = class
type HDInsightDiskEncryptionProperties = class
    interface IJsonModel<HDInsightDiskEncryptionProperties>
    interface IPersistableModel<HDInsightDiskEncryptionProperties>
Public Class HDInsightDiskEncryptionProperties
Public Class HDInsightDiskEncryptionProperties
Implements IJsonModel(Of HDInsightDiskEncryptionProperties), IPersistableModel(Of HDInsightDiskEncryptionProperties)
Inheritance
HDInsightDiskEncryptionProperties
Implements

Constructors

HDInsightDiskEncryptionProperties()

Initializes a new instance of HDInsightDiskEncryptionProperties.

Properties

EncryptionAlgorithm

Algorithm identifier for encryption, default RSA-OAEP.

IsEncryptionAtHostEnabled

Indicates whether or not resource disk encryption is enabled.

KeyName

Key name that is used for enabling disk encryption.

KeyVersion

Specific key version that is used for enabling disk encryption.

MsiResourceId

Resource ID of Managed Identity that is used to access the key vault.

VaultUri

Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net.

Explicit Interface Implementations

IJsonModel<HDInsightDiskEncryptionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HDInsightDiskEncryptionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightDiskEncryptionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightDiskEncryptionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HDInsightDiskEncryptionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to