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

BackupEngines interface

Interface representing a BackupEngines.

Methods

get(string, string, string, BackupEnginesGetOptionalParams)

Returns backup management server registered to Recovery Services Vault.

list(string, string, BackupEnginesListOptionalParams)

Backup management servers registered to Recovery Services Vault. Returns a pageable list of servers.

Method Details

get(string, string, string, BackupEnginesGetOptionalParams)

Returns backup management server registered to Recovery Services Vault.

function get(vaultName: string, resourceGroupName: string, backupEngineName: string, options?: BackupEnginesGetOptionalParams): Promise<BackupEngineBaseResource>

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.

backupEngineName

string

Name of the backup management server.

options
BackupEnginesGetOptionalParams

The options parameters.

Returns

list(string, string, BackupEnginesListOptionalParams)

Backup management servers registered to Recovery Services Vault. Returns a pageable list of servers.

function list(vaultName: string, resourceGroupName: string, options?: BackupEnginesListOptionalParams): PagedAsyncIterableIterator<BackupEngineBaseResource, BackupEngineBaseResource[], PageSettings>

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
BackupEnginesListOptionalParams

The options parameters.

Returns