Partager via


ApplicationInsightsComponentResource.GetFavoritesAsync Méthode

Définition

Obtient la liste des favoris définis dans un composant Application Insights.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites
  • IdFavorites_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFavorite> GetFavoritesAsync (Azure.ResourceManager.ApplicationInsights.Models.FavoriteType? favoriteType = default, Azure.ResourceManager.ApplicationInsights.Models.FavoriteSourceType? sourceType = default, bool? canFetchContent = default, System.Collections.Generic.IEnumerable<string> tags = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFavoritesAsync : Nullable<Azure.ResourceManager.ApplicationInsights.Models.FavoriteType> * Nullable<Azure.ResourceManager.ApplicationInsights.Models.FavoriteSourceType> * Nullable<bool> * seq<string> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFavorite>
override this.GetFavoritesAsync : Nullable<Azure.ResourceManager.ApplicationInsights.Models.FavoriteType> * Nullable<Azure.ResourceManager.ApplicationInsights.Models.FavoriteSourceType> * Nullable<bool> * seq<string> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFavorite>
Public Overridable Function GetFavoritesAsync (Optional favoriteType As Nullable(Of FavoriteType) = Nothing, Optional sourceType As Nullable(Of FavoriteSourceType) = Nothing, Optional canFetchContent As Nullable(Of Boolean) = Nothing, Optional tags As IEnumerable(Of String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationInsightsComponentFavorite)

Paramètres

favoriteType
Nullable<FavoriteType>

Type de favori. La valeur peut être partagée ou utilisateur.

sourceType
Nullable<FavoriteSourceType>

Type de source du favori à retourner. Lorsqu’il est omis, le type source est défini par défaut sur « other » (non présent dans cette énumération).

canFetchContent
Nullable<Boolean>

Indicateur indiquant s’il faut retourner ou non le contenu complet de chaque favori applicable. Si la valeur est false, renvoyez uniquement le contenu récapitulatif des favoris.

tags
IEnumerable<String>

Balises qui doivent être présentes sur chaque favori retourné.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de ApplicationInsightsComponentFavorite service pour itérer.

S’applique à