Compartir a través de


BackupWorkloadItems interface

Interface representing a BackupWorkloadItems.

Methods

list(string, string, string, string, BackupWorkloadItemsListOptionalParams)

Provides a pageable list of workload item of a specific container according to the query filter and the pagination parameters.

Method Details

list(string, string, string, string, BackupWorkloadItemsListOptionalParams)

Provides a pageable list of workload item of a specific container according to the query filter and the pagination parameters.

function list(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, options?: BackupWorkloadItemsListOptionalParams): PagedAsyncIterableIterator<WorkloadItemResource, WorkloadItemResource[], 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.

fabricName

string

Fabric name associated with the container.

containerName

string

Name of the container.

options
BackupWorkloadItemsListOptionalParams

The options parameters.

Returns