EncryptionDetails Constructors
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.
Overloads
EncryptionDetails() |
Initializes a new instance of the EncryptionDetails class. |
EncryptionDetails(Nullable<Boolean>, String, String, String, String) |
Initializes a new instance of the EncryptionDetails class. |
EncryptionDetails()
Initializes a new instance of the EncryptionDetails class.
public EncryptionDetails ();
Public Sub New ()
Applies to
EncryptionDetails(Nullable<Boolean>, String, String, String, String)
Initializes a new instance of the EncryptionDetails class.
public EncryptionDetails (bool? encryptionEnabled = default, string kekUrl = default, string secretKeyUrl = default, string kekVaultId = default, string secretKeyVaultId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.EncryptionDetails : Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.EncryptionDetails
Public Sub New (Optional encryptionEnabled As Nullable(Of Boolean) = Nothing, Optional kekUrl As String = Nothing, Optional secretKeyUrl As String = Nothing, Optional kekVaultId As String = Nothing, Optional secretKeyVaultId As String = Nothing)
Parameters
Identifies whether this backup copy represents an encrypted VM at the time of backup.
- kekUrl
- String
Key Url.
- secretKeyUrl
- String
Secret Url.
- kekVaultId
- String
ID of Key Vault where KEK is stored.
- secretKeyVaultId
- String
ID of Key Vault where Secret is stored.