Share via


SiteRecoveryDiskEncryptionInfo Class

Definition

Recovery disk encryption info (BEK and KEK).

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

Constructors

Name Description
SiteRecoveryDiskEncryptionInfo()

Initializes a new instance of SiteRecoveryDiskEncryptionInfo.

Properties

Name Description
DiskEncryptionKeyInfo

The recovery KeyVault reference for secret.

KeyEncryptionKeyInfo

The recovery KeyVault reference for key.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SiteRecoveryDiskEncryptionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryDiskEncryptionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryDiskEncryptionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryDiskEncryptionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryDiskEncryptionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to