Class LiveEventHealthStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LiveEventHealthStatus>
com.azure.resourcemanager.mediaservices.models.LiveEventHealthStatus
public final class LiveEventHealthStatus
extends com.azure.core.util.ExpandableStringEnum<LiveEventHealthStatus>
Health status of last 20 seconds.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LiveEventHealthStatus
Static value Excellent for LiveEventHealthStatus.static final LiveEventHealthStatus
Static value Good for LiveEventHealthStatus.static final LiveEventHealthStatus
Static value Poor for LiveEventHealthStatus. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LiveEventHealthStatus
fromString
(String name) Creates or finds a LiveEventHealthStatus from its string representation.static Collection<LiveEventHealthStatus>
values()
Gets known LiveEventHealthStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
EXCELLENT
Static value Excellent for LiveEventHealthStatus. -
GOOD
Static value Good for LiveEventHealthStatus. -
POOR
Static value Poor for LiveEventHealthStatus.
-
-
Constructor Details
-
LiveEventHealthStatus
Deprecated.Use thefromString(String)
factory method.Creates a new instance of LiveEventHealthStatus value.
-
-
Method Details
-
fromString
Creates or finds a LiveEventHealthStatus from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding LiveEventHealthStatus.
-
values
Gets known LiveEventHealthStatus values.- Returns:
- known LiveEventHealthStatus values.
-
fromString(String)
factory method.