Class LiveEventResourceState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LiveEventResourceState>
com.azure.resourcemanager.mediaservices.models.LiveEventResourceState

public final class LiveEventResourceState extends com.azure.core.util.ExpandableStringEnum<LiveEventResourceState>
The resource state of the live event. See https://go.microsoft.com/fwlink/?linkid=2139012 for more information.
  • Field Details

    • STOPPED

      public static final LiveEventResourceState STOPPED
      Static value Stopped for LiveEventResourceState.
    • ALLOCATING

      public static final LiveEventResourceState ALLOCATING
      Static value Allocating for LiveEventResourceState.
    • STAND_BY

      public static final LiveEventResourceState STAND_BY
      Static value StandBy for LiveEventResourceState.
    • STARTING

      public static final LiveEventResourceState STARTING
      Static value Starting for LiveEventResourceState.
    • RUNNING

      public static final LiveEventResourceState RUNNING
      Static value Running for LiveEventResourceState.
    • STOPPING

      public static final LiveEventResourceState STOPPING
      Static value Stopping for LiveEventResourceState.
    • DELETING

      public static final LiveEventResourceState DELETING
      Static value Deleting for LiveEventResourceState.
  • Constructor Details

    • LiveEventResourceState

      @Deprecated public LiveEventResourceState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of LiveEventResourceState value.
  • Method Details

    • fromString

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

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