Freigeben über


SupportTicketChatTranscriptCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet alle Chattranskripte für ein Supportticket unter dem Abonnement auf

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts
  • Vorgang IdChatTranscripts_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SupportTicketChatTranscriptResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der SupportTicketChatTranscriptResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: