PackageState Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.batch.models.PackageState

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
the serialized value to parse.

Returns

the parsed PackageState object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static PackageState valueOf(String name)

Parameters

name
String

Returns

values()

public static PackageState[] values()

Returns

Applies to