Class SecurityLevel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SecurityLevel>
com.azure.resourcemanager.mediaservices.models.SecurityLevel
The security level.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SecurityLevel
Static value SL150 for SecurityLevel.static final SecurityLevel
Static value SL2000 for SecurityLevel.static final SecurityLevel
Static value SL3000 for SecurityLevel.static final SecurityLevel
Static value Unknown for SecurityLevel. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityLevel
fromString
(String name) Creates or finds a SecurityLevel from its string representation.static Collection<SecurityLevel>
values()
Gets known SecurityLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for SecurityLevel. -
SL150
Static value SL150 for SecurityLevel. -
SL2000
Static value SL2000 for SecurityLevel. -
SL3000
Static value SL3000 for SecurityLevel.
-
-
Constructor Details
-
SecurityLevel
Deprecated.Use thefromString(String)
factory method.Creates a new instance of SecurityLevel value.
-
-
Method Details
-
fromString
Creates or finds a SecurityLevel from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SecurityLevel.
-
values
Gets known SecurityLevel values.- Returns:
- known SecurityLevel values.
-
fromString(String)
factory method.