Uses of Enum
com.azure.resourcemanager.applicationinsights.models.FavoriteType
Packages that use FavoriteType
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of FavoriteType in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type FavoriteTypeModifier 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 FavoriteType in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return FavoriteTypeModifier and TypeMethodDescriptionApplicationInsightsComponentFavoriteInner.favoriteType()Get the favoriteType property: Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type FavoriteTypeModifier and TypeMethodDescriptionApplicationInsightsComponentFavoriteInner.withFavoriteType(FavoriteType favoriteType) Set the favoriteType property: Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component. -
Uses of FavoriteType in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return FavoriteTypeModifier and TypeMethodDescriptionApplicationInsightsComponentFavorite.favoriteType()Gets the favoriteType property: Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.static FavoriteTypeFavoriteType.fromString(String value) Parses a serialized value to a FavoriteType instance.static FavoriteTypeReturns the enum constant of this type with the specified name.static FavoriteType[]FavoriteType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type FavoriteTypeModifier 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.