次の方法で共有


ViewResourceFormatResource.Get(String, CancellationToken) メソッド

定義

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

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

パラメーター

userId
String

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

cancellationToken
CancellationToken

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

戻り値

例外

userId が null です。

適用対象