Class LiveEventState

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

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

    • STOPPED

      public static final LiveEventState STOPPED
      Static value Stopped for LiveEventState.
    • RUNNING

      public static final LiveEventState RUNNING
      Static value Running for LiveEventState.
  • Constructor Details

    • LiveEventState

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

    • fromString

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

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