PropertyChangeType Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. management. resources. PropertyChangeType
- com.
- java.
public enum PropertyChangeType
extends java.lang.Enum<PropertyChangeType>
Defines values for PropertyChangeType.
Fields
ARRAY |
The property is an array and contains nested changes. |
CREATE |
The property does not exist in the current state but is present in the desired state. |
DELETE |
The property exists in the current state and is missing from the desired state. |
MODIFY |
The property exists in both current and desired state and is different. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static PropertyChangeType fromString(String value)
Parses a serialized value to a PropertyChangeType instance.
Parameters
- value
- java.lang.String
Returns
toString()
public String toString()
Returns
- Overrides
-
java.lang.Enum.toString()
valueOf(String name)
public static PropertyChangeType valueOf(String name)
Parameters
- name
- java.lang.String
Returns
values()
Applies to
Azure SDK for Java