PackageState Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. PackageState
- com.
- java.
public enum PackageState
extends Enum<PackageState>
The current state of the application package.
Fields
| ACTIVE |
The application package is ready for use. |
| PENDING |
The application package has been created but has not yet been activated. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static PackageState fromString(String value)
Parses a serialized value to a PackageState instance.
Parameters
- value
- String