TenantSupportTicketResource.GetSupportTicketNoSubChatTranscriptAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubChatTranscriptResource>> GetSupportTicketNoSubChatTranscriptAsync (string chatTranscriptName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportTicketNoSubChatTranscriptAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubChatTranscriptResource>>
override this.GetSupportTicketNoSubChatTranscriptAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubChatTranscriptResource>>
Public Overridable Function GetSupportTicketNoSubChatTranscriptAsync (chatTranscriptName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.