Partager via


FavoritesOperationsExtensions.List Méthode

Définition

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

public static System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFavorite> List (this Microsoft.Azure.Management.ApplicationInsights.Management.IFavoritesOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.FavoriteType? favoriteType = default, string sourceType = default, bool? canFetchContent = default, System.Collections.Generic.IList<string> tags = default);
static member List : Microsoft.Azure.Management.ApplicationInsights.Management.IFavoritesOperations * string * string * Nullable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.FavoriteType> * string * Nullable<bool> * System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFavorite>
<Extension()>
Public Function List (operations As IFavoritesOperations, resourceGroupName As String, resourceName As String, Optional favoriteType As Nullable(Of FavoriteType) = Nothing, Optional sourceType As String = Nothing, Optional canFetchContent As Nullable(Of Boolean) = Nothing, Optional tags As IList(Of String) = Nothing) As IList(Of ApplicationInsightsComponentFavorite)

Paramètres

operations
IFavoritesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName
String

Nom de la ressource du composant Application Insights.

favoriteType
Nullable<FavoriteType>

Type de favori. La valeur peut être partagée ou utilisateur. Les valeurs possibles sont les suivantes : 'shared', 'user'

sourceType
String

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). Les valeurs possibles sont les suivantes : « retention », « notebook », « sessions », « events », « userflows », « funnel », « impact », « segmentation »

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
IList<String>

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

Retours

S’applique à