ApplicationInsightsComponentResource.Update 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
Update(ComponentTag, CancellationToken) |
Updates an existing component's tags. To update other fields use the CreateOrUpdate method.
|
Update(WebTestComponentTag, CancellationToken) |
Updates an existing component's tags. To update other fields use the CreateOrUpdate method.
|
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
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)
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
Azure SDK for .NET