你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationInsightsComponentResource.UpdateAsync Method

Definition

Overloads

UpdateAsync(WebTestComponentTag, CancellationToken)

Updates an existing component's tags. To update other fields use the CreateOrUpdate method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • Operation Id: Components_UpdateTags
  • Default Api Version: 2020-02-02
  • Resource: ApplicationInsightsComponentResource
UpdateAsync(ComponentTag, CancellationToken)

Updates an existing component's tags. To update other fields use the CreateOrUpdate method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • Operation Id: Components_UpdateTags
  • Default Api Version: 2020-02-02
  • Resource: ApplicationInsightsComponentResource

UpdateAsync(WebTestComponentTag, CancellationToken)

Source:
ApplicationInsightsComponentResource.cs

Updates an existing component's tags. To update other fields use the CreateOrUpdate method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • Operation Id: Components_UpdateTags
  • Default Api Version: 2020-02-02
  • Resource: ApplicationInsightsComponentResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>> UpdateAsync (Azure.ResourceManager.ApplicationInsights.Models.WebTestComponentTag componentTags, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.ApplicationInsights.Models.WebTestComponentTag * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>>
override this.UpdateAsync : Azure.ResourceManager.ApplicationInsights.Models.WebTestComponentTag * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>>
Public Overridable Function UpdateAsync (componentTags As WebTestComponentTag, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApplicationInsightsComponentResource))

Parameters

componentTags
WebTestComponentTag

Updated tag information to set into the component instance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

componentTags is null.

Applies to

UpdateAsync(ComponentTag, CancellationToken)

Source:
ApplicationInsightsComponentResource.cs

Updates an existing component's tags. To update other fields use the CreateOrUpdate method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • Operation Id: Components_UpdateTags
  • Default Api Version: 2020-02-02
  • Resource: ApplicationInsightsComponentResource
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))

Parameters

componentTags
ComponentTag

Updated tag information to set into the component instance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

componentTags is null.

Applies to