Partilhar via


SnapshotsOperationsExtensions.ListNext(ISnapshotsOperations, String) Método

Definição

Lista instantâneos em uma assinatura.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Snapshot> ListNext (this Microsoft.Azure.Management.Compute.ISnapshotsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Compute.ISnapshotsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Snapshot>
<Extension()>
Public Function ListNext (operations As ISnapshotsOperations, nextPageLink As String) As IPage(Of Snapshot)

Parâmetros

operations
ISnapshotsOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a