Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.EncryptionDetails
-
Packages that use EncryptionDetails Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of EncryptionDetails in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return EncryptionDetails Modifier and Type Method Description EncryptionDetails
IaasVMRestoreRequest. encryptionDetails()
Get the encryptionDetails property: Details needed if the VM was encrypted at the time of backup.EncryptionDetails
EncryptionDetails. withEncryptionEnabled(Boolean encryptionEnabled)
Set the encryptionEnabled property: Identifies whether this backup copy represents an encrypted VM at the time of backup.EncryptionDetails
EncryptionDetails. withKekUrl(String kekUrl)
Set the kekUrl property: Key Url.EncryptionDetails
EncryptionDetails. withKekVaultId(String kekVaultId)
Set the kekVaultId property: ID of Key Vault where KEK is stored.EncryptionDetails
EncryptionDetails. withSecretKeyUrl(String secretKeyUrl)
Set the secretKeyUrl property: Secret Url.EncryptionDetails
EncryptionDetails. withSecretKeyVaultId(String secretKeyVaultId)
Set the secretKeyVaultId property: ID of Key Vault where Secret is stored.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type EncryptionDetails Modifier and Type Method Description IaasVMRestoreRequest
IaasVMRestoreRequest. withEncryptionDetails(EncryptionDetails encryptionDetails)
Set the encryptionDetails property: Details needed if the VM was encrypted at the time of backup.IaasVMRestoreWithRehydrationRequest
IaasVMRestoreWithRehydrationRequest. withEncryptionDetails(EncryptionDetails encryptionDetails)
Set the encryptionDetails property: Details needed if the VM was encrypted at the time of backup.
-