BackupResourceEncryptionConfigs interface
Interface representing a BackupResourceEncryptionConfigs.
Methods
get(string, string, Backup |
Fetches Vault Encryption config. |
update(string, string, Backup |
Updates Vault encryption config. |
Method Details
get(string, string, BackupResourceEncryptionConfigsGetOptionalParams)
Fetches Vault Encryption config.
function get(vaultName: string, resourceGroupName: string, options?: BackupResourceEncryptionConfigsGetOptionalParams): Promise<BackupResourceEncryptionConfigExtendedResource>
Parameters
- vaultName
-
string
The name of the recovery services vault.
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
The options parameters.
Returns
update(string, string, BackupResourceEncryptionConfigResource, BackupResourceEncryptionConfigsUpdateOptionalParams)
Updates Vault encryption config.
function update(vaultName: string, resourceGroupName: string, parameters: BackupResourceEncryptionConfigResource, options?: BackupResourceEncryptionConfigsUpdateOptionalParams): Promise<void>
Parameters
- vaultName
-
string
The name of the recovery services vault.
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
- parameters
- BackupResourceEncryptionConfigResource
Vault encryption input config request
The options parameters.
Returns
Promise<void>