IBackupWorkloadItemsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |