次の方法で共有


InteractionResourceFormatResource.GetAsync(String, CancellationToken) メソッド

定義

指定した操作に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/interactions/{interactionName}
  • 操作IdInteractions_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource>> GetAsync (string localeCode = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource>>
Public Overridable Function GetAsync (Optional localeCode As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of InteractionResourceFormatResource))

パラメーター

localeCode
String

取得する対話のロケール。既定値は en-us です。

cancellationToken
CancellationToken

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

戻り値

適用対象