Uses of Interface
com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentFavorite
Packages that use ApplicationInsightsComponentFavorite
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentFavorite in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentFavoriteModifier and TypeMethodDescriptionFavorites.add(String resourceGroupName, String resourceName, String favoriteId, ApplicationInsightsComponentFavoriteInner favoriteProperties) Adds a new favorites to an Application Insights component.Get a single favorite by its FavoriteId, defined within an Application Insights component.Favorites.update(String resourceGroupName, String resourceName, String favoriteId, ApplicationInsightsComponentFavoriteInner favoriteProperties) Updates a favorite that has already been added to an Application Insights component.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ApplicationInsightsComponentFavoriteModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInsightsComponentFavorite>Favorites.addWithResponse(String resourceGroupName, String resourceName, String favoriteId, ApplicationInsightsComponentFavoriteInner favoriteProperties, com.azure.core.util.Context context) Adds a new favorites to an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentFavorite>Favorites.getWithResponse(String resourceGroupName, String resourceName, String favoriteId, com.azure.core.util.Context context) Get a single favorite by its FavoriteId, defined within an Application Insights component.Gets a list of favorites defined within an Application Insights component.com.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.com.azure.core.http.rest.Response<ApplicationInsightsComponentFavorite>Favorites.updateWithResponse(String resourceGroupName, String resourceName, String favoriteId, ApplicationInsightsComponentFavoriteInner favoriteProperties, com.azure.core.util.Context context) Updates a favorite that has already been added to an Application Insights component.