Class ItemTypeParameter

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ItemTypeParameter>
com.azure.resourcemanager.applicationinsights.models.ItemTypeParameter

public final class ItemTypeParameter extends com.azure.core.util.ExpandableStringEnum<ItemTypeParameter>
Defines values for ItemTypeParameter.
  • Field Details

    • NONE

      public static final ItemTypeParameter NONE
      Static value none for ItemTypeParameter.
    • QUERY

      public static final ItemTypeParameter QUERY
      Static value query for ItemTypeParameter.
    • FUNCTION

      public static final ItemTypeParameter FUNCTION
      Static value function for ItemTypeParameter.
    • FOLDER

      public static final ItemTypeParameter FOLDER
      Static value folder for ItemTypeParameter.
    • RECENT

      public static final ItemTypeParameter RECENT
      Static value recent for ItemTypeParameter.
  • Constructor Details

    • ItemTypeParameter

      public ItemTypeParameter()
  • Method Details

    • fromString

      public static ItemTypeParameter fromString(String name)
      Creates or finds a ItemTypeParameter from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ItemTypeParameter.
    • values

      public static Collection<ItemTypeParameter> values()
      Gets known ItemTypeParameter values.
      Returns:
      known ItemTypeParameter values.