IBackupWorkloadItemsOperations Interface

Definition

BackupWorkloadItemsOperations operations.

public interface IBackupWorkloadItemsOperations
type IBackupWorkloadItemsOperations = interface
Public Interface IBackupWorkloadItemsOperations

Methods

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, String, String, String, ODataQuery<BMSWorkloadItemQueryObject>, String, Dictionary<String,List<String>>, CancellationToken)

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

Extension Methods

List(IBackupWorkloadItemsOperations, String, String, String, String, ODataQuery<BMSWorkloadItemQueryObject>, String)

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

ListAsync(IBackupWorkloadItemsOperations, String, String, String, String, ODataQuery<BMSWorkloadItemQueryObject>, String, CancellationToken)

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

ListNext(IBackupWorkloadItemsOperations, String)

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

ListNextAsync(IBackupWorkloadItemsOperations, String, CancellationToken)

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

Applies to