Class GetFavoriteResult


  • public final class GetFavoriteResult
    extends java.lang.Object
    • Method Detail

      • category

        public java.util.Optional<java.lang.String> category()
        Returns:
        Favorite category, as defined by the user at creation time.
      • config

        public java.util.Optional<java.lang.String> config()
        Returns:
        Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON
      • favoriteId

        public java.lang.String favoriteId()
        Returns:
        Internally assigned unique id of the favorite definition.
      • favoriteType

        public java.util.Optional<java.lang.String> favoriteType()
        Returns:
        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.
      • isGeneratedFromTemplate

        public java.util.Optional<java.lang.Boolean> isGeneratedFromTemplate()
        Returns:
        Flag denoting wether or not this favorite was generated from a template.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The user-defined name of the favorite.
      • sourceType

        public java.util.Optional<java.lang.String> sourceType()
        Returns:
        The source of the favorite definition.
      • tags

        public java.util.List<java.lang.String> tags()
        Returns:
        A list of 0 or more tags that are associated with this favorite definition
      • timeModified

        public java.lang.String timeModified()
        Returns:
        Date and time in UTC of the last modification that was made to this favorite definition.
      • userId

        public java.lang.String userId()
        Returns:
        Unique user id of the specific user that owns this favorite.
      • version

        public java.util.Optional<java.lang.String> version()
        Returns:
        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.