A complex type that contains the information for each change in a change batch request.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Change
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Change()()()() | Initializes a new instance of the Change class | 
|  | Action | 
            The action to perform. Valid values: CREATE | DELETE | UPSERT Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ResourceRecordSet | 
            Information about the resource record set to create or delete.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAction(String) | Obsolete. 
            Sets the Action property
             | 
|  | WithResourceRecordSet(ResourceRecordSet) | Obsolete. 
            Sets the ResourceRecordSet property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Change |