Uses of Class
com.microsoft.azure.management.batch.PackageState
-
-
Uses of PackageState in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return PackageState Modifier and Type Method Description static PackageStatePackageState. fromString(String value)Parses a serialized value to a PackageState instance.PackageStateApplicationPackage. state()static PackageStatePackageState. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageState[]PackageState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-