Interface ApplicationInsightsComponentFavorite


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

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

      • 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

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