ResourcePropertyChangeType Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. resources. models. ResourcePropertyChangeType
- com.
- java.
public enum ResourcePropertyChangeType
extends Enum<ResourcePropertyChangeType>
The type of change that occurred.
Fields
INSERT |
Enum value Insert. |
REMOVE |
Enum value Remove. |
UPDATE |
Enum value Update. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static ResourcePropertyChangeType fromString(String value)
Parses a serialized value to a ResourcePropertyChangeType instance.
Parameters
- value
- String
Returns
the parsed ResourcePropertyChangeType object, or null if unable to parse.