Class LiveOutputResourceState

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

public final class LiveOutputResourceState extends com.azure.core.util.ExpandableStringEnum<LiveOutputResourceState>
The resource state of the live output.
  • Field Details

  • Constructor Details

    • LiveOutputResourceState

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

    • fromString

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

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