Enum ModuleProvisioningState
java.lang.Object
java.lang.Enum<ModuleProvisioningState>
com.azure.resourcemanager.automation.models.ModuleProvisioningState
- All Implemented Interfaces:
Serializable
,Comparable<ModuleProvisioningState>
,java.lang.constant.Constable
Gets or sets the provisioning state of the module.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionEnum value ActivitiesStored.Enum value Cancelled.Enum value ConnectionTypeImported.Enum value ContentDownloaded.Enum value ContentRetrieved.Enum value ContentStored.Enum value ContentValidated.Enum value Created.Enum value Creating.Enum value Failed.Enum value ModuleDataStored.Enum value ModuleImportRunbookComplete.Enum value RunningImportModuleRunbook.Enum value StartingImportModuleRunbook.Enum value Succeeded.Enum value Updating. -
Method Summary
Modifier and TypeMethodDescriptionstatic ModuleProvisioningState
fromString
(String value) Parses a serialized value to a ModuleProvisioningState instance.toString()
static ModuleProvisioningState
Returns the enum constant of this type with the specified name.static ModuleProvisioningState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CREATED
Enum value Created. -
CREATING
Enum value Creating. -
STARTING_IMPORT_MODULE_RUNBOOK
Enum value StartingImportModuleRunbook. -
RUNNING_IMPORT_MODULE_RUNBOOK
Enum value RunningImportModuleRunbook. -
CONTENT_RETRIEVED
Enum value ContentRetrieved. -
CONTENT_DOWNLOADED
Enum value ContentDownloaded. -
CONTENT_VALIDATED
Enum value ContentValidated. -
CONNECTION_TYPE_IMPORTED
Enum value ConnectionTypeImported. -
CONTENT_STORED
Enum value ContentStored. -
MODULE_DATA_STORED
Enum value ModuleDataStored. -
ACTIVITIES_STORED
Enum value ActivitiesStored. -
MODULE_IMPORT_RUNBOOK_COMPLETE
Enum value ModuleImportRunbookComplete. -
SUCCEEDED
Enum value Succeeded. -
FAILED
Enum value Failed. -
CANCELLED
Enum value Cancelled. -
UPDATING
Enum value Updating.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromString
Parses a serialized value to a ModuleProvisioningState instance.- Parameters:
value
- the serialized value to parse.- Returns:
- the parsed ModuleProvisioningState object, or null if unable to parse.
-
toString
- Overrides:
toString
in classEnum<ModuleProvisioningState>
-