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

Esempio n. 1
0
 /// <summary>
 /// Sets the PendingModifiedValues property
 /// </summary>
 /// <param name="pendingModifiedValues">The value to set for the PendingModifiedValues property </param>
 /// <returns>this instance</returns>
 public CacheCluster WithPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
 {
     this.pendingModifiedValues = pendingModifiedValues;
     return this;
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the PendingModifiedValues property
 /// </summary>
 /// <param name="pendingModifiedValues">The value to set for the PendingModifiedValues property </param>
 /// <returns>this instance</returns>
 public CacheCluster WithPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
 {
     this.pendingModifiedValues = pendingModifiedValues;
     return(this);
 }