Compartilhar via


ApplicationInsightsComponentResource.UpdateAsync Método

Definição

Atualizações marcas de um componente existente. Para atualizar outros campos, use o método CreateOrUpdate.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • Operação 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))

Parâmetros

componentTags
ComponentTag

Informações de marca atualizadas para definir na instância do componente.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

componentTags é nulo.

Aplica-se a