BackupResourceVaultConfigs interface
Interface representing a BackupResourceVaultConfigs.
Methods
get(string, string, Backup |
Fetches resource vault config. |
put(string, string, Backup |
Updates vault security config. |
update(string, string, Backup |
Updates vault security config. |
Method Details
get(string, string, BackupResourceVaultConfigsGetOptionalParams)
Fetches resource vault config.
function get(vaultName: string, resourceGroupName: string, options?: BackupResourceVaultConfigsGetOptionalParams): Promise<BackupResourceVaultConfigResource>
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
Promise<BackupResourceVaultConfigResource>
put(string, string, BackupResourceVaultConfigResource, BackupResourceVaultConfigsPutOptionalParams)
Updates vault security config.
function put(vaultName: string, resourceGroupName: string, parameters: BackupResourceVaultConfigResource, options?: BackupResourceVaultConfigsPutOptionalParams): Promise<BackupResourceVaultConfigResource>
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
- BackupResourceVaultConfigResource
resource config request
The options parameters.
Returns
Promise<BackupResourceVaultConfigResource>
update(string, string, BackupResourceVaultConfigResource, BackupResourceVaultConfigsUpdateOptionalParams)
Updates vault security config.
function update(vaultName: string, resourceGroupName: string, parameters: BackupResourceVaultConfigResource, options?: BackupResourceVaultConfigsUpdateOptionalParams): Promise<BackupResourceVaultConfigResource>
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
- BackupResourceVaultConfigResource
resource config request
The options parameters.
Returns
Promise<BackupResourceVaultConfigResource>