WebTestResource.Update(ComponentTag, CancellationToken) メソッド

定義

Application Insights Web テストに関連付けられているタグを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}
  • 操作IdWebTests_UpdateTags
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.WebTestResource> Update (Azure.ResourceManager.ApplicationInsights.Models.ComponentTag webTestTags, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ApplicationInsights.Models.ComponentTag * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.WebTestResource>
override this.Update : Azure.ResourceManager.ApplicationInsights.Models.ComponentTag * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.WebTestResource>
Public Overridable Function Update (webTestTags As ComponentTag, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebTestResource)

パラメーター

webTestTags
ComponentTag

Web テスト リソースに関連付けるタグ情報を更新しました。

cancellationToken
CancellationToken

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

戻り値

例外

webTestTags が null です。

適用対象