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

BackupResourceStorageConfigsNonCRR interface

Interface representing a BackupResourceStorageConfigsNonCRR.

Methods

get(string, string, BackupResourceStorageConfigsNonCRRGetOptionalParams)

Fetches resource storage config.

patch(string, string, BackupResourceConfigResource, BackupResourceStorageConfigsNonCRRPatchOptionalParams)

Updates vault storage model type.

update(string, string, BackupResourceConfigResource, BackupResourceStorageConfigsNonCRRUpdateOptionalParams)

Updates vault storage model type.

Method Details

get(string, string, BackupResourceStorageConfigsNonCRRGetOptionalParams)

Fetches resource storage config.

function get(vaultName: string, resourceGroupName: string, options?: BackupResourceStorageConfigsNonCRRGetOptionalParams): Promise<BackupResourceConfigResource>

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
BackupResourceStorageConfigsNonCRRGetOptionalParams

The options parameters.

Returns

patch(string, string, BackupResourceConfigResource, BackupResourceStorageConfigsNonCRRPatchOptionalParams)

Updates vault storage model type.

function patch(vaultName: string, resourceGroupName: string, parameters: BackupResourceConfigResource, options?: BackupResourceStorageConfigsNonCRRPatchOptionalParams): 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
BackupResourceConfigResource

Vault storage config request

Returns

Promise<void>

update(string, string, BackupResourceConfigResource, BackupResourceStorageConfigsNonCRRUpdateOptionalParams)

Updates vault storage model type.

function update(vaultName: string, resourceGroupName: string, parameters: BackupResourceConfigResource, options?: BackupResourceStorageConfigsNonCRRUpdateOptionalParams): Promise<BackupResourceConfigResource>

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
BackupResourceConfigResource

Vault storage config request

Returns