ApplicationInsightsComponentResource.PutAnalyticsItemAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute ou Mises à jour un élément Analytics spécifique dans un composant Application Insights.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item
- IdAnalyticsItems_Put d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem>> PutAnalyticsItemAsync (Azure.ResourceManager.ApplicationInsights.Models.ItemScopePath scopePath, Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem itemProperties, bool? overrideItem = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PutAnalyticsItemAsync : Azure.ResourceManager.ApplicationInsights.Models.ItemScopePath * Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem>>
override this.PutAnalyticsItemAsync : Azure.ResourceManager.ApplicationInsights.Models.ItemScopePath * Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem>>
Public Overridable Function PutAnalyticsItemAsync (scopePath As ItemScopePath, itemProperties As ApplicationInsightsComponentAnalyticsItem, Optional overrideItem As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApplicationInsightsComponentAnalyticsItem))
Paramètres
- scopePath
- ItemScopePath
Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights.
- itemProperties
- ApplicationInsightsComponentAnalyticsItem
Propriétés qui doivent être spécifiées pour créer un élément et l’ajouter à un composant Application Insights.
Indicateur indiquant s’il faut ou non forcer l’enregistrement d’un élément. Cela permet de remplacer un élément s’il existe déjà.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
itemProperties
a la valeur null.
S’applique à
Azure SDK for .NET