Udostępnij za pośrednictwem


ScriptExecutionsOperationsExtensions.ListNextAsync Metoda

Definicja

Wyświetlanie listy wykonań skryptów w chmurze prywatnej

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

Parametry

operations
IScriptExecutionsOperations

Grupa operacji dla tej metody rozszerzenia.

nextPageLink
String

Operacja NextLink z poprzedniego pomyślnego wywołania listy.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy