次の方法で共有


FavoritesOperationsExtensions.List メソッド

定義

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)

パラメーター

operations
IFavoritesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName
String

Application Insights コンポーネント リソースの名前。

favoriteType
Nullable<FavoriteType>

お気に入りの種類。 値には、共有またはユーザーを指定できます。 使用可能な値は、'shared'、'user' です。

sourceType
String

返すお気に入りのソースの種類。 省略すると、ソースの種類は既定で 'other' になります (この列挙型には存在しません)。 使用できる値は、'retention'、'notebook'、'sessions'、'events'、'userflows'、'funnel'、'impact'、'segmentation' です。

canFetchContent
Nullable<Boolean>

該当する各お気に入りの完全なコンテンツを返すかどうかを示すフラグ。 false の場合は、お気に入りの概要コンテンツのみを返します。

tags
IList<String>

返される各お気に入りに存在する必要があるタグ。

戻り値

適用対象