IBackupProtectableItemsOperations Interface

Definition

BackupProtectableItemsOperations operations.

public interface IBackupProtectableItemsOperations
type IBackupProtectableItemsOperations = interface
Public Interface IBackupProtectableItemsOperations

Methods

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

Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.

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

Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.

Extension Methods

List(IBackupProtectableItemsOperations, String, String, ODataQuery<BMSPOQueryObject>, String)

Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.

ListAsync(IBackupProtectableItemsOperations, String, String, ODataQuery<BMSPOQueryObject>, String, CancellationToken)

Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.

ListNext(IBackupProtectableItemsOperations, String)

Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.

ListNextAsync(IBackupProtectableItemsOperations, String, CancellationToken)

Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.

Applies to