Enum ProvisioningOperation
java.lang.Object
java.lang.Enum<ProvisioningOperation>
com.azure.resourcemanager.resources.models.ProvisioningOperation
- All Implemented Interfaces:
Serializable,Comparable<ProvisioningOperation>,java.lang.constant.Constable
The name of the current provisioning operation.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnum value Action.Enum value AzureAsyncOperationWaiting.Enum value Create.Enum value Delete.Enum value DeploymentCleanup.Enum value EvaluateDeploymentOutput.Enum value NotSpecified.Enum value Read.Enum value ResourceCacheWaiting.Enum value Waiting. -
Method Summary
Modifier and TypeMethodDescriptionstatic ProvisioningOperationfromString(String value) Parses a serialized value to a ProvisioningOperation instance.toString()static ProvisioningOperationReturns the enum constant of this type with the specified name.static ProvisioningOperation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NOT_SPECIFIED
Enum value NotSpecified. -
CREATE
Enum value Create. -
DELETE
Enum value Delete. -
WAITING
Enum value Waiting. -
AZURE_ASYNC_OPERATION_WAITING
Enum value AzureAsyncOperationWaiting. -
RESOURCE_CACHE_WAITING
Enum value ResourceCacheWaiting. -
ACTION
Enum value Action. -
READ
Enum value Read. -
EVALUATE_DEPLOYMENT_OUTPUT
Enum value EvaluateDeploymentOutput. -
DEPLOYMENT_CLEANUP
Enum value DeploymentCleanup.
-
-
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 ProvisioningOperation instance.- Parameters:
value- the serialized value to parse.- Returns:
- the parsed ProvisioningOperation object, or null if unable to parse.
-
toString
- Overrides:
toStringin classEnum<ProvisioningOperation>
-