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

BackupResourceVaultConfigs interface

Interface representing a BackupResourceVaultConfigs.

Methods

get(string, string, BackupResourceVaultConfigsGetOptionalParams)

Fetches resource vault config.

put(string, string, BackupResourceVaultConfigResource, BackupResourceVaultConfigsPutOptionalParams)

Updates vault security config.

update(string, string, BackupResourceVaultConfigResource, BackupResourceVaultConfigsUpdateOptionalParams)

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.

options
BackupResourceVaultConfigsGetOptionalParams

The options parameters.

Returns

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

options
BackupResourceVaultConfigsPutOptionalParams

The options parameters.

Returns

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

options
BackupResourceVaultConfigsUpdateOptionalParams

The options parameters.

Returns