Freigeben über


SupportTicketsOperationsExtensions.ListNextAsync Methode

Definition

Listet alle Supporttickets für ein Azure-Abonnement auf. Sie können die Supporttickets auch mit dem Parameter $filter nach Status oder CreatedDate filtern. Die Ausgabe ist ein ausgelagertes Ergebnis mit nextLink, mit dem Sie den nächsten Satz von Supporttickets abrufen können. <br/><br/>Support-Ticketdaten sind 12 Monate nach der Ticketerstellung verfügbar. Wenn ein Ticket vor mehr als 12 Monaten erstellt wurde, kann eine Anforderung für Daten zu einem Fehler führen.

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

Parameter

operations
ISupportTicketsOperations

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: