Freigeben über


ScriptPackagesOperationsExtensions.ListNextAsync Methode

Definition

Auflisten von Skriptpaketen, die für die Ausführung in der privaten Cloud verfügbar sind

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

Parameter

operations
IScriptPackagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: