ScriptCmdletsOperationsExtensions.ListNextAsync Methode

Definition

Auflisten von Skript-Cmdlet-Ressourcen, die für eine private Cloud verfügbar sind, um eine Skriptausführungsressource in einer privaten Cloud zu erstellen

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

Parameter

operations
IScriptCmdletsOperations

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: