다음을 통해 공유


VaultPropertiesEncryption Class

Definition

Customer Managed Key details of the resource.

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

Constructors

VaultPropertiesEncryption()

Initializes a new instance of VaultPropertiesEncryption.

Properties

InfrastructureEncryption

Enabling/Disabling the Double Encryption state.

KekIdentity

The details of the identity used for CMK.

KeyUri

The key uri of the Customer Managed Key.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VaultPropertiesEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VaultPropertiesEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VaultPropertiesEncryption>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VaultPropertiesEncryption>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VaultPropertiesEncryption>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to