Compartilhar via


BackupsOperationsExtensions.ListByDeviceNextAsync Método

Definição

Recupera todos os backups em um dispositivo.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple8000Series.Models.Backup>> ListByDeviceNextAsync (this Microsoft.Azure.Management.StorSimple8000Series.IBackupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByDeviceNextAsync : Microsoft.Azure.Management.StorSimple8000Series.IBackupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple8000Series.Models.Backup>>
<Extension()>
Public Function ListByDeviceNextAsync (operations As IBackupsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Backup))

Parâmetros

operations
IBackupsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a