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

IBackupOperations.GetAsync 方法

定义

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse> GetAsync (string deviceId, string filterType, string isAllSelected, string filterValue, string startTime, string endTime, string skip, string top, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * string * string * string * string * string * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse>
Public Function GetAsync (deviceId As String, filterType As String, isAllSelected As String, filterValue As String, startTime As String, endTime As String, skip As String, top As String, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of GetBackupResponse)

参数

deviceId
String

将为其进行调用的设备 ID。

filterType
String

如果 isAllSelected = true,请在此处指定 Volume 或 BackupPolicy

isAllSelected
String

检索卷或 BackupPolicy 或两者

filterValue
String

如果 isAllSelected = true,则在此处指定 VolumeId 或 BackupPolicy

startTime
String

用于筛选 BackupSet 的 StartTime

endTime
String

用于筛选 BackupSet 的 EndTime

skip
String

作为分页的一部分要跳过的元素数

top
String

当前页中要检索的元素数

customRequestHeaders
CustomRequestHeaders

客户端必须使用的自定义请求标头。

cancellationToken
CancellationToken

取消标记。

返回

BackupSet 列表的响应模型。

适用于