A complex type that contains an optional comment and the changes that you want to make with a change batch request.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ChangeBatch
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ChangeBatch()()()() | Initializes a new instance of the ChangeBatch class | 
|  | Changes | 
            A complex type that contains one Change element for each resource record set that you want to create or delete.
             
             Constraints: | 
|  | Comment | Optional: Any comments you want to include about a change batch request.
             
             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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithChanges(array<Change>[]()[][]) | Obsolete. 
            Adds elements to the Changes collection
             | 
|  | WithChanges(IEnumerable<(Of <<'(Change>)>>)) | Obsolete. 
            Adds elements to the Changes collection
             | 
|  | WithComment(String) | Obsolete. 
            Sets the Comment property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ChangeBatch |