OsState Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. labservices. models. OsState
- com.
- java.
public enum OsState
extends Enum<OsState>
The operating system state.
Fields
| GENERALIZED |
Enum value Generalized. |
| SPECIALIZED |
Enum value Specialized. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static OsState fromString(String value)
Parses a serialized value to a OsState instance.
Parameters
- value
- String
Returns
the parsed OsState object, or null if unable to parse.