Share via


ApplicationInsightsComponentResource.Update Method

Definition

Overloads

Update(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
Update(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

Update(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 Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource> Update (Azure.ResourceManager.ApplicationInsights.Models.ComponentTag componentTags, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ApplicationInsights.Models.ComponentTag * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>
override this.Update : Azure.ResourceManager.ApplicationInsights.Models.ComponentTag * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>
Public Overridable Function Update (componentTags As ComponentTag, Optional cancellationToken As CancellationToken = Nothing) As 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

Update(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 Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource> Update (Azure.ResourceManager.ApplicationInsights.Models.WebTestComponentTag componentTags, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ApplicationInsights.Models.WebTestComponentTag * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>
override this.Update : Azure.ResourceManager.ApplicationInsights.Models.WebTestComponentTag * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>
Public Overridable Function Update (componentTags As WebTestComponentTag, Optional cancellationToken As CancellationToken = Nothing) As 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