BackupsOperationsExtensions.ListByDeviceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))
Parameters
- operations
- IBackupsOperations
- deviceName
- String
- resourceGroupName
- String
- managerName
- String
- odataQuery
- ODataQuery<BackupFilterInner>
- cancellationToken
- CancellationToken