Class FavoriteArgs


  • public final class FavoriteArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FavoriteArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static FavoriteArgs.Builder builder()  
      static FavoriteArgs.Builder builder​(FavoriteArgs defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> category()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> config()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> favoriteId()  
      java.util.Optional<com.pulumi.core.Output<FavoriteType>> favoriteType()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isGeneratedFromTemplate()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()  
      com.pulumi.core.Output<java.lang.String> resourceGroupName()  
      com.pulumi.core.Output<java.lang.String> resourceName()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceType()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> tags()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> version()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • category

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

        public java.util.Optional<com.pulumi.core.Output<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.util.Optional<com.pulumi.core.Output<java.lang.String>> favoriteId()
        Returns:
        The Id of a specific favorite defined in the Application Insights component
      • favoriteType

        public java.util.Optional<com.pulumi.core.Output<FavoriteType>> 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<com.pulumi.core.Output<java.lang.Boolean>> isGeneratedFromTemplate()
        Returns:
        Flag denoting wether or not this favorite was generated from a template.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The user-defined name of the favorite.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        The name of the resource group. The name is case insensitive.
      • resourceName

        public com.pulumi.core.Output<java.lang.String> resourceName()
        Returns:
        The name of the Application Insights component resource.
      • sourceType

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

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

        public java.util.Optional<com.pulumi.core.Output<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.