次の方法で共有


HubResource.GetViewResourceFormatAsync メソッド

定義

ハブ内のビューを取得します。

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

パラメーター

viewName
String

ビューの名前。

userId
String

ユーザー ID。 ハブ レベル ビューを取得するには、 * を使用します。

cancellationToken
CancellationToken

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

戻り値

例外

viewName は空の文字列であり、空でないと予想されていました。

viewName または userId が null です。

適用対象