Freigeben über


SubscriptionSupportTicketResource.GetSupportTicketChatTranscript 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}
  • Vorgang IdChatTranscripts_Get
public virtual Azure.Response<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource> GetSupportTicketChatTranscript (string chatTranscriptName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportTicketChatTranscript : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource>
override this.GetSupportTicketChatTranscript : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource>
Public Overridable Function GetSupportTicketChatTranscript (chatTranscriptName As String, Optional cancellationToken As CancellationToken = Nothing) As 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: