Freigeben über


SubscriptionSupportTicketResource.GetSupportTicketChatTranscriptAsync Methode

Definition

Gibt chatTranscript-Details für ein Supportticket unter einem Abonnement zurück.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Vorgangs-IdChatTranscripts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource>> GetSupportTicketChatTranscriptAsync (string chatTranscriptName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportTicketChatTranscriptAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource>>
override this.GetSupportTicketChatTranscriptAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource>>
Public Overridable Function GetSupportTicketChatTranscriptAsync (chatTranscriptName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SupportTicketChatTranscriptResource))

Parameter

chatTranscriptName
String

ChatTranscript-Name.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

chatTranscriptName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

chatTranscriptName ist NULL.

Gilt für: