Compartilhar via


SupportTicketNoSubChatTranscriptCollection.GetAsync Método

Definição

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

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

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 era esperado que não estivesse vazio.

chatTranscriptName é nulo.

Aplica-se a