IBackupProtectableItemsOperations 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.
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. |