你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>