ChangeType Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. management. resources. ChangeType
- com.
- java.
public enum ChangeType
extends java.lang.Enum<ChangeType>
Defines values for ChangeType.
Fields
CREATE |
The resource does not exist in the current state but is present in the desired state. |
DELETE |
The resource exists in the current state and is missing from the desired state. |
DEPLOY |
The resource exists in the current state and the desired state and will be redeployed when the deployment is executed. |
IGNORE |
The resource exists in the current state and is missing from the desired state. |
MODIFY |
The resource exists in the current state and the desired state and will be redeployed when the deployment is executed. |
NO_CHANGE |
The resource exists in the current state and the desired state and will be redeployed when the deployment is executed. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static ChangeType fromString(String value)
Parses a serialized value to a ChangeType instance.
Parameters
- value
- java.lang.String
Returns
toString()
public String toString()
Returns
- Overrides
-
java.lang.Enum.toString()
valueOf(String name)
values()
Applies to
Azure SDK for Java