SiteRecoveryDiskEncryptionKeyInfo Class

Definition

Disk Encryption Key Information (BitLocker Encryption Key (BEK) on Windows).

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

Constructors

SiteRecoveryDiskEncryptionKeyInfo()

Initializes a new instance of SiteRecoveryDiskEncryptionKeyInfo.

Properties

KeyVaultResourceArmId

The KeyVault resource ARM id for secret.

SecretIdentifier

The secret url / identifier.

Explicit Interface Implementations

IJsonModel<SiteRecoveryDiskEncryptionKeyInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryDiskEncryptionKeyInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryDiskEncryptionKeyInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryDiskEncryptionKeyInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryDiskEncryptionKeyInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to