BackupJobs interface

Interface representing a BackupJobs.

Methods

list(string, string, BackupJobsListOptionalParams)

Provides a pageable list of jobs.

Method Details

list(string, string, BackupJobsListOptionalParams)

Provides a pageable list of jobs.

function list(vaultName: string, resourceGroupName: string, options?: BackupJobsListOptionalParams): PagedAsyncIterableIterator<JobResource, JobResource[], 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
BackupJobsListOptionalParams

The options parameters.

Returns