Partilhar via


SupportTicketChatTranscriptCollection.GetIfExistsAsync Método

Definição

Tenta obter detalhes para esse recurso do serviço.

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