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

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

    Fields
    Modifier and Type
    Field
    Description
    static final ItemScope
    Static value shared for ItemScope.
    static final ItemScope
    Static value user for ItemScope.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ItemScope
    Creates or finds a ItemScope from its string representation.
    Gets known ItemScope values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • SHARED

      public static final ItemScope SHARED
      Static value shared for ItemScope.
    • USER

      public static final ItemScope USER
      Static value user for ItemScope.
  • Constructor Details

    • ItemScope

      public ItemScope()
  • Method Details

    • fromString

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

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