次の方法で共有


SupportTicketNoSubChatTranscriptResource.GetAsync(CancellationToken) メソッド

定義

サブスクリプションなしサポート チケットの chatTranscript の詳細を返します。

  • 要求パス/プロバイダー/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • 操作IdChatTranscriptsNoSubscription_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubChatTranscriptResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubChatTranscriptResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubChatTranscriptResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SupportTicketNoSubChatTranscriptResource))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象