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

IBackupProtectedItemsCrrOperations 接口

定义

BackupProtectedItemsCrrOperations 操作。

public interface IBackupProtectedItemsCrrOperations
type IBackupProtectedItemsCrrOperations = interface
Public Interface IBackupProtectedItemsCrrOperations

方法

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

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

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

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

扩展方法

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

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

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

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

ListNext(IBackupProtectedItemsCrrOperations, String)

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

ListNextAsync(IBackupProtectedItemsCrrOperations, String, CancellationToken)

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

适用于