ApplicationOperationsExtensions.ListNext Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Listet alle anwendungen auf, die im angegebenen Konto verfügbar sind.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ApplicationSummary> ListNext (this Microsoft.Azure.Batch.Protocol.IApplicationOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.ApplicationListNextOptions applicationListNextOptions = default);
static member ListNext : Microsoft.Azure.Batch.Protocol.IApplicationOperations * string * Microsoft.Azure.Batch.Protocol.Models.ApplicationListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ApplicationSummary>
<Extension()>
Public Function ListNext (operations As IApplicationOperations, nextPageLink As String, Optional applicationListNextOptions As ApplicationListNextOptions = Nothing) As IPage(Of ApplicationSummary)
Parameter
- operations
- IApplicationOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- nextPageLink
- String
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- applicationListNextOptions
- ApplicationListNextOptions
Zusätzliche Parameter für den Vorgang
Gibt zurück
Hinweise
Dieser Vorgang gibt nur Anwendungen und Versionen zurück, die für die Verwendung auf Computeknoten verfügbar sind. das heißt, dass in einem Paketverweis verwendet werden kann. Für Administratorinformationen zu Anwendungen und Versionen, die für Computeknoten noch nicht verfügbar sind, verwenden Sie die Azure-Portal oder die Azure Resource Manager-API.
Gilt für:
Azure SDK for .NET