Interface ApplicationInsightsComponentFavorite


public interface ApplicationInsightsComponentFavorite
An immutable client-side representation of ApplicationInsightsComponentFavorite.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the category property: Favorite category, as defined by the user at creation time.
    Gets the config property: Configuration of this particular favorite, which are driven by the Azure portal UX.
    Gets the favoriteId property: Internally assigned unique id of the favorite definition.
    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.
    Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentFavoriteInner object.
    Gets the isGeneratedFromTemplate property: Flag denoting wether or not this favorite was generated from a template.
    Gets the name property: The user-defined name of the favorite.
    Gets the sourceType property: The source of the favorite definition.
    Gets the tags property: A list of 0 or more tags that are associated with this favorite definition.
    Gets the timeModified property: Date and time in UTC of the last modification that was made to this favorite definition.
    Gets the userId property: Unique user id of the specific user that owns this favorite.
    Gets the version property: This instance's version of the data model.
  • Method Details

    • name

      String name()
      Gets the name property: The user-defined name of the favorite.
      Returns:
      the name value.
    • config

      String config()
      Gets the config property: Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON.
      Returns:
      the config value.
    • version

      String version()
      Gets the version property: This instance's version of the data model. This can change as new features are added that can be marked favorite. Current examples include MetricsExplorer (ME) and Search.
      Returns:
      the version value.
    • favoriteId

      String favoriteId()
      Gets the favoriteId property: Internally assigned unique id of the favorite definition.
      Returns:
      the favoriteId value.
    • favoriteType

      FavoriteType 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.
      Returns:
      the favoriteType value.
    • sourceType

      String sourceType()
      Gets the sourceType property: The source of the favorite definition.
      Returns:
      the sourceType value.
    • timeModified

      String timeModified()
      Gets the timeModified property: Date and time in UTC of the last modification that was made to this favorite definition.
      Returns:
      the timeModified value.
    • tags

      List<String> tags()
      Gets the tags property: A list of 0 or more tags that are associated with this favorite definition.
      Returns:
      the tags value.
    • category

      String category()
      Gets the category property: Favorite category, as defined by the user at creation time.
      Returns:
      the category value.
    • isGeneratedFromTemplate

      Boolean isGeneratedFromTemplate()
      Gets the isGeneratedFromTemplate property: Flag denoting wether or not this favorite was generated from a template.
      Returns:
      the isGeneratedFromTemplate value.
    • userId

      String userId()
      Gets the userId property: Unique user id of the specific user that owns this favorite.
      Returns:
      the userId value.
    • innerModel

      Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentFavoriteInner object.
      Returns:
      the inner object.