Compartir a través de


BackupsOperationsExtensions.ListByDeviceAsync Método

Definición

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))

Parámetros

operations
IBackupsOperations
deviceName
String
resourceGroupName
String
managerName
String
cancellationToken
CancellationToken

Devoluciones

Se aplica a