BackupResourceVaultConfigsOperations interface

Interface representing a BackupResourceVaultConfigs operations.

Properties

get

Fetches resource vault config.

put

Updates vault security config.

update

Updates vault security config.

Property Details

get

Fetches resource vault config.

get: (vaultName: string, resourceGroupName: string, options?: BackupResourceVaultConfigsGetOptionalParams) => Promise<BackupResourceVaultConfigResource>

Property Value

(vaultName: string, resourceGroupName: string, options?: BackupResourceVaultConfigsGetOptionalParams) => Promise<BackupResourceVaultConfigResource>

put

Updates vault security config.

put: (vaultName: string, resourceGroupName: string, parameters: BackupResourceVaultConfigResource, options?: BackupResourceVaultConfigsPutOptionalParams) => Promise<BackupResourceVaultConfigResource>

Property Value

(vaultName: string, resourceGroupName: string, parameters: BackupResourceVaultConfigResource, options?: BackupResourceVaultConfigsPutOptionalParams) => Promise<BackupResourceVaultConfigResource>

update

Updates vault security config.

update: (vaultName: string, resourceGroupName: string, parameters: BackupResourceVaultConfigResource, options?: BackupResourceVaultConfigsUpdateOptionalParams) => Promise<BackupResourceVaultConfigResource>

Property Value

(vaultName: string, resourceGroupName: string, parameters: BackupResourceVaultConfigResource, options?: BackupResourceVaultConfigsUpdateOptionalParams) => Promise<BackupResourceVaultConfigResource>