Delen via


EncryptionDetails Class

Definition

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

public class EncryptionDetails
type EncryptionDetails = class
Public Class EncryptionDetails
Inheritance
EncryptionDetails

Constructors

EncryptionDetails()

Initializes a new instance of the EncryptionDetails class.

EncryptionDetails(Nullable<Boolean>, String, String, String, String)

Initializes a new instance of the EncryptionDetails class.

Properties

EncryptionEnabled

Gets or sets identifies whether this backup copy represents an encrypted VM at the time of backup.

KekUrl

Gets or sets key Url.

KekVaultId

Gets or sets ID of Key Vault where KEK is stored.

SecretKeyUrl

Gets or sets secret Url.

SecretKeyVaultId

Gets or sets ID of Key Vault where Secret is stored.

Applies to