Freigeben über


ApplicationInsightsComponentResource.UpdateAsync Methode

Definition

Updates die Tags einer vorhandenen Komponente. Um andere Felder zu aktualisieren, verwenden Sie die CreateOrUpdate-Methode.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • Vorgang 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))

Parameter

componentTags
ComponentTag

Die Taginformationen wurden aktualisiert, um sie in die Komponente instance festzulegen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

componentTags ist NULL.

Gilt für: