Freigeben über


TenantSupportTicketResource.GetSupportTicketNoSubChatTranscript Methode

Definition

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

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Vorgang IdChatTranscriptsNoSubscription_Get
public virtual Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubChatTranscriptResource> GetSupportTicketNoSubChatTranscript (string chatTranscriptName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportTicketNoSubChatTranscript : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubChatTranscriptResource>
override this.GetSupportTicketNoSubChatTranscript : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubChatTranscriptResource>
Public Overridable Function GetSupportTicketNoSubChatTranscript (chatTranscriptName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SupportTicketNoSubChatTranscriptResource)

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: