Contains all of the attributes of a specific replication group.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ReplicationGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ReplicationGroup()()()() | Initializes a new instance of the ReplicationGroup class | 
|  | Description | 
            The description of the replication group.
             
             | 
|  | 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.) | 
|  | MemberClusters | 
            The names of all the cache clusters that are part of this replication group.
             
             | 
|  | NodeGroups | 
            A single element list with information about the nodes in the replication group.
             
             | 
|  | PendingModifiedValues | 
            A group of settings to be applied to the replication group, either immediately or during the next maintenance window.
             
             | 
|  | ReplicationGroupId | 
            The identifier for the replication group.
             
             | 
|  | SnapshottingClusterId | 
            The cache cluster ID that is used as the daily snapshot source for the replication group.
             
             | 
|  | Status | 
            The current state of this replication group - creating, available, etc.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithMemberClusters(array<String>[]()[][]) | Obsolete. 
            Adds elements to the MemberClusters collection
             | 
|  | WithMemberClusters(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the MemberClusters collection
             | 
|  | WithNodeGroups(array<NodeGroup>[]()[][]) | Obsolete. 
            Adds elements to the NodeGroups collection
             | 
|  | WithNodeGroups(IEnumerable<(Of <<'(NodeGroup>)>>)) | Obsolete. 
            Adds elements to the NodeGroups collection
             | 
|  | WithPendingModifiedValues(ReplicationGroupPendingModifiedValues) | Obsolete. 
            Sets the PendingModifiedValues property
             | 
|  | WithReplicationGroupId(String) | Obsolete. 
            Sets the ReplicationGroupId property
             | 
|  | WithSnapshottingClusterId(String) | Obsolete. 
            Sets the SnapshottingClusterId property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ReplicationGroup |