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

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

    Fields
    Modifier and Type
    Field
    Description
    static final PurgeState
    Static value completed for PurgeState.
    static final PurgeState
    Static value pending for PurgeState.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static PurgeState
    Creates or finds a PurgeState from its string representation.
    Gets known PurgeState 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

    • PENDING

      public static final PurgeState PENDING
      Static value pending for PurgeState.
    • COMPLETED

      public static final PurgeState COMPLETED
      Static value completed for PurgeState.
  • Constructor Details

    • PurgeState

      public PurgeState()
  • Method Details

    • fromString

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

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