EncryptionDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET