java.lang.Object
com.azure.core.util.ExpandableStringEnum<UpdateState>
com.azure.resourcemanager.desktopvirtualization.models.UpdateState

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

    • INITIAL

      public static final UpdateState INITIAL
      Static value Initial for UpdateState.
    • PENDING

      public static final UpdateState PENDING
      Static value Pending for UpdateState.
    • STARTED

      public static final UpdateState STARTED
      Static value Started for UpdateState.
    • SUCCEEDED

      public static final UpdateState SUCCEEDED
      Static value Succeeded for UpdateState.
    • FAILED

      public static final UpdateState FAILED
      Static value Failed for UpdateState.
  • Constructor Details

    • UpdateState

      public UpdateState()
  • Method Details

    • fromString

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

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