Delen via


EncryptionDetails Constructors

Definition

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

encryptionEnabled
Nullable<Boolean>

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.

Applies to