Class ContentKeyPolicyPlayReadyUnknownOutputPassingOption
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContentKeyPolicyPlayReadyUnknownOutputPassingOption>
com.azure.resourcemanager.mediaservices.models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption
public final class ContentKeyPolicyPlayReadyUnknownOutputPassingOption
extends com.azure.core.util.ExpandableStringEnum<ContentKeyPolicyPlayReadyUnknownOutputPassingOption>
Configures Unknown output handling settings of the license.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Static value Allowed for ContentKeyPolicyPlayReadyUnknownOutputPassingOption.static final ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Static value AllowedWithVideoConstriction for ContentKeyPolicyPlayReadyUnknownOutputPassingOption.static final ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Static value NotAllowed for ContentKeyPolicyPlayReadyUnknownOutputPassingOption.static final ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Static value Unknown for ContentKeyPolicyPlayReadyUnknownOutputPassingOption. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a ContentKeyPolicyPlayReadyUnknownOutputPassingOption from its string representation.values()
Gets known ContentKeyPolicyPlayReadyUnknownOutputPassingOption values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for ContentKeyPolicyPlayReadyUnknownOutputPassingOption. -
NOT_ALLOWED
Static value NotAllowed for ContentKeyPolicyPlayReadyUnknownOutputPassingOption. -
ALLOWED
Static value Allowed for ContentKeyPolicyPlayReadyUnknownOutputPassingOption. -
ALLOWED_WITH_VIDEO_CONSTRICTION
public static final ContentKeyPolicyPlayReadyUnknownOutputPassingOption ALLOWED_WITH_VIDEO_CONSTRICTIONStatic value AllowedWithVideoConstriction for ContentKeyPolicyPlayReadyUnknownOutputPassingOption.
-
-
Constructor Details
-
ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Deprecated.Use thefromString(String)
factory method.Creates a new instance of ContentKeyPolicyPlayReadyUnknownOutputPassingOption value.
-
-
Method Details
-
fromString
Creates or finds a ContentKeyPolicyPlayReadyUnknownOutputPassingOption from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ContentKeyPolicyPlayReadyUnknownOutputPassingOption.
-
values
Gets known ContentKeyPolicyPlayReadyUnknownOutputPassingOption values.- Returns:
- known ContentKeyPolicyPlayReadyUnknownOutputPassingOption values.
-
fromString(String)
factory method.