ApplicationInsightsComponentResource.UpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpdateAsync(WebTestComponentTag, CancellationToken) |
Updates an existing component's tags. To update other fields use the CreateOrUpdate method.
|
UpdateAsync(ComponentTag, CancellationToken) |
Updates an existing component's tags. To update other fields use the CreateOrUpdate method.
|
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
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)
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
Azure SDK for .NET