Partilhar via


SupportTicketChatTranscriptCollection.GetAsync Método

Definição

Retorna detalhes de chatTranscript para um tíquete de suporte em uma assinatura.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Operação IdChatTranscripts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource>> GetAsync (string chatTranscriptName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketChatTranscriptResource>>
Public Overridable Function GetAsync (chatTranscriptName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SupportTicketChatTranscriptResource))

Parâmetros

chatTranscriptName
String

Nome de ChatTranscript.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

chatTranscriptName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

chatTranscriptName é nulo.

Aplica-se a