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

BackupsOperationsExtensions.ListByDeviceAsync 方法

定义

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple.Fluent.Models.Backup>> ListByDeviceAsync (this Microsoft.Azure.Management.StorSimple.Fluent.IBackupsOperations operations, string deviceName, string resourceGroupName, string managerName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupFilterInner> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByDeviceAsync : Microsoft.Azure.Management.StorSimple.Fluent.IBackupsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupFilterInner> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple.Fluent.Models.Backup>>
<Extension()>
Public Function ListByDeviceAsync (operations As IBackupsOperations, deviceName As String, resourceGroupName As String, managerName As String, Optional odataQuery As ODataQuery(Of BackupFilterInner) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Backup))

参数

operations
IBackupsOperations
deviceName
String
resourceGroupName
String
managerName
String
cancellationToken
CancellationToken

返回

适用于