Represents a collection of cache nodes in a replication group.
 Declaration Syntax
 Declaration Syntax| C# | 
public class NodeGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | NodeGroup()()()() | Initializes a new instance of the NodeGroup class | 
|  | 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.) | 
|  | NodeGroupId | 
            The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.
             
             | 
|  | NodeGroupMembers | 
            A list containing information about individual nodes within the node group.
             
             | 
|  | PrimaryEndpoint | 
            Represents the information required for client programs to connect to a cache node.
             
             | 
|  | Status | 
            The current state of this replication group - creating, available, etc.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithNodeGroupId(String) | Obsolete. 
            Sets the NodeGroupId property
             | 
|  | WithNodeGroupMembers(array<NodeGroupMember>[]()[][]) | Obsolete. 
            Adds elements to the NodeGroupMembers collection
             | 
|  | WithNodeGroupMembers(IEnumerable<(Of <<'(NodeGroupMember>)>>)) | Obsolete. 
            Adds elements to the NodeGroupMembers collection
             | 
|  | WithPrimaryEndpoint(Endpoint) | Obsolete. 
            Sets the PrimaryEndpoint property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | NodeGroup |