次の方法で共有


ApplicationInsightsComponentResource.UpdateAsync メソッド

定義

既存のコンポーネントのタグを更新します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。

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

パラメーター

componentTags
ComponentTag

コンポーネント インスタンスに設定するようにタグ情報を更新しました。

cancellationToken
CancellationToken

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

戻り値

例外

componentTags が null です。

適用対象