ApplicationInsightsComponentResource.GetAnalyticsItemsAsync 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.
Obtient la liste des éléments d’analyse définis dans un composant Application Insights.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}
- IdAnalyticsItems_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem> GetAnalyticsItemsAsync (Azure.ResourceManager.ApplicationInsights.Models.ItemScopePath scopePath, Azure.ResourceManager.ApplicationInsights.Models.ItemScope? scope = default, Azure.ResourceManager.ApplicationInsights.Models.ItemTypeParameter? type = default, bool? includeContent = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAnalyticsItemsAsync : Azure.ResourceManager.ApplicationInsights.Models.ItemScopePath * Nullable<Azure.ResourceManager.ApplicationInsights.Models.ItemScope> * Nullable<Azure.ResourceManager.ApplicationInsights.Models.ItemTypeParameter> * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem>
override this.GetAnalyticsItemsAsync : Azure.ResourceManager.ApplicationInsights.Models.ItemScopePath * Nullable<Azure.ResourceManager.ApplicationInsights.Models.ItemScope> * Nullable<Azure.ResourceManager.ApplicationInsights.Models.ItemTypeParameter> * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem>
Public Overridable Function GetAnalyticsItemsAsync (scopePath As ItemScopePath, Optional scope As Nullable(Of ItemScope) = Nothing, Optional type As Nullable(Of ItemTypeParameter) = Nothing, Optional includeContent As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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.
É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.
- type
- Nullable<ItemTypeParameter>
Énumération indiquant le type de l’élément Analytics.
Indicateur indiquant s’il faut retourner ou non le contenu de chaque élément applicable. Si la valeur est false, retournez uniquement les informations d’élément.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de ApplicationInsightsComponentAnalyticsItem service pour itérer.
S’applique à
Azure SDK for .NET