CommunicationsOperationsExtensions.ListNextAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie toutes les communications (pièces jointes non incluses) pour un ticket de support. <br/></br> Vous pouvez également filtrer les communications de ticket de prise en charge par CreatedDate ou CommunicationType à l’aide du paramètre $filter. Le seul type de communication pris en charge aujourd’hui est Web. La sortie sera un résultat paginé avec nextLink, à l’aide de laquelle vous pouvez récupérer l’ensemble suivant de résultats de communication. <les données de ticket br/><br/>support 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 provoquer une erreur.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.CommunicationDetails>> ListNextAsync (this Microsoft.Azure.Management.Support.ICommunicationsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Support.ICommunicationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.CommunicationDetails>>
<Extension()>
Public Function ListNextAsync (operations As ICommunicationsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CommunicationDetails))
Paramètres
- operations
- ICommunicationsOperations
Groupe d’opérations pour cette méthode d’extension.
- nextPageLink
- String
NextLink de l’opération précédente d’appel réussi à List.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET