A group of settings that will be applied to the cache cluster in the future, or that are currently being applied.

C# |
public class PendingModifiedValues

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PendingModifiedValues()()()() | Initializes a new instance of the PendingModifiedValues class |
![]() | CacheNodeIdsToRemove |
A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002,
etc.).
|
![]() | EngineVersion |
The new cache engine version that the cache cluster will run.
|
![]() | 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.) |
![]() | NumCacheNodes |
The new number of cache nodes for the cache cluster.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCacheNodeIdsToRemove(array<String>[]()[][]) | Obsolete.
Adds elements to the CacheNodeIdsToRemove collection
|
![]() | WithCacheNodeIdsToRemove(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the CacheNodeIdsToRemove collection
|
![]() | WithEngineVersion(String) | Obsolete.
Sets the EngineVersion property
|
![]() | WithNumCacheNodes(Int32) | Obsolete.
Sets the NumCacheNodes property
|

Object | |
![]() | PendingModifiedValues |