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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET