你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IBackupProtectedItemsOperations 接口

定义

BackupProtectedItemsOperations 操作。

public interface IBackupProtectedItemsOperations
type IBackupProtectedItemsOperations = interface
Public Interface IBackupProtectedItemsOperations

方法

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

提供保管库中备份的所有项的可分页列表。

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

提供保管库中备份的所有项的可分页列表。

扩展方法

List(IBackupProtectedItemsOperations, String, String, ODataQuery<ProtectedItemQueryObject>, String)

提供保管库中备份的所有项的可分页列表。

ListAsync(IBackupProtectedItemsOperations, String, String, ODataQuery<ProtectedItemQueryObject>, String, CancellationToken)

提供保管库中备份的所有项的可分页列表。

ListNext(IBackupProtectedItemsOperations, String)

提供保管库中备份的所有项的可分页列表。

ListNextAsync(IBackupProtectedItemsOperations, String, CancellationToken)

提供保管库中备份的所有项的可分页列表。

适用于