Freigeben über


CommunicationsOperationsExtensions.ListNextAsync Methode

Definition

Listet alle Kommunikationen (nicht enthaltene Anlagen) für ein Supportticket auf. <br/></br> Sie können die Support-Ticketkommunikation auch nach CreatedDate oder CommunicationType mithilfe des $filter-Parameters filtern. Die einzige Art der Kommunikation, die heute unterstützt wird , ist Web. Die Ausgabe ist ein ausgelagertes Ergebnis mit nextLink, mit dem Sie den nächsten Satz von Kommunikationsergebnissen 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 einen Fehler verursachen.

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

Parameter

operations
ICommunicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: