Class PurgeState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PurgeState>
com.azure.resourcemanager.loganalytics.models.PurgeState
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class PurgeState extends com.azure.core.util.ExpandableStringEnum<PurgeState>
Status of the operation represented by the requested Id.
  • Field Details

    • PENDING

      public static final PurgeState PENDING
      pending.
    • COMPLETED

      public static final PurgeState COMPLETED
      completed.
  • Constructor Details

  • 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.