Partager via


SupportTicketsOperationsExtensions.ListNextAsync Méthode

Définition

Répertorie tous les tickets de support pour un abonnement Azure. Vous pouvez également filtrer les tickets de support par Status ou CreatedDate à l’aide du paramètre $filter. La sortie sera un résultat paginé avec nextLink, à l’aide de laquelle vous pouvez récupérer l’ensemble suivant de tickets de support. <Les données du ticket de support br/><br/br sont> disponibles pendant 12 mois après la création du ticket. Si un ticket a été créé il y a plus de 12 mois, une demande de données peut entraîner une erreur.

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))

Paramètres

operations
ISupportTicketsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à