Uses of Class
com.azure.resourcemanager.applicationinsights.models.FavoriteSourceType
Packages that use FavoriteSourceType
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of FavoriteSourceType in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type FavoriteSourceTypeModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<List<ApplicationInsightsComponentFavoriteInner>>FavoritesClient.listWithResponse(String resourceGroupName, String resourceName, FavoriteType favoriteType, FavoriteSourceType sourceType, Boolean canFetchContent, List<String> tags, com.azure.core.util.Context context) Gets a list of favorites defined within an Application Insights component. -
Uses of FavoriteSourceType in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as FavoriteSourceTypeModifier and TypeFieldDescriptionstatic final FavoriteSourceTypeFavoriteSourceType.EVENTSStatic value events for FavoriteSourceType.static final FavoriteSourceTypeFavoriteSourceType.FUNNELStatic value funnel for FavoriteSourceType.static final FavoriteSourceTypeFavoriteSourceType.IMPACTStatic value impact for FavoriteSourceType.static final FavoriteSourceTypeFavoriteSourceType.NOTEBOOKStatic value notebook for FavoriteSourceType.static final FavoriteSourceTypeFavoriteSourceType.RETENTIONStatic value retention for FavoriteSourceType.static final FavoriteSourceTypeFavoriteSourceType.SEGMENTATIONStatic value segmentation for FavoriteSourceType.static final FavoriteSourceTypeFavoriteSourceType.SESSIONSStatic value sessions for FavoriteSourceType.static final FavoriteSourceTypeFavoriteSourceType.USERFLOWSStatic value userflows for FavoriteSourceType.Methods in com.azure.resourcemanager.applicationinsights.models that return FavoriteSourceTypeModifier and TypeMethodDescriptionstatic FavoriteSourceTypeFavoriteSourceType.fromString(String name) Creates or finds a FavoriteSourceType from its string representation.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type FavoriteSourceTypeModifier and TypeMethodDescriptionstatic Collection<FavoriteSourceType>FavoriteSourceType.values()Gets known FavoriteSourceType values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type FavoriteSourceTypeModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<List<ApplicationInsightsComponentFavorite>>Favorites.listWithResponse(String resourceGroupName, String resourceName, FavoriteType favoriteType, FavoriteSourceType sourceType, Boolean canFetchContent, List<String> tags, com.azure.core.util.Context context) Gets a list of favorites defined within an Application Insights component.