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

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

    • ANALYTICS_ITEMS

      public static final ItemScopePath ANALYTICS_ITEMS
      Static value analyticsItems for ItemScopePath.
    • MYANALYTICS_ITEMS

      public static final ItemScopePath MYANALYTICS_ITEMS
      Static value myanalyticsItems for ItemScopePath.
  • Constructor Details

    • ItemScopePath

      public ItemScopePath()
  • Method Details

    • fromString

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

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