Поделиться через


VmEncryptionDetails Class

Definition

Details needed if the VM was encrypted at the time of backup.

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

Constructors

VmEncryptionDetails()

Initializes a new instance of VmEncryptionDetails.

Properties

IsEncryptionEnabled

Identifies whether this backup copy represents an encrypted VM at the time of backup.

KekUri

Key Url.

KekVaultId

ID of Key Vault where KEK is stored.

SecretKeyUri

Secret Url.

SecretKeyVaultId

ID of Key Vault where Secret is stored.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VmEncryptionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VmEncryptionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VmEncryptionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmEncryptionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VmEncryptionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to