The settings to be applied to the replication group, either immediately or during the next maintenance window.

示例#1
0
 public ReplicationGroup WithPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)
 {
     this.pendingModifiedValues = pendingModifiedValues;
     return this;
 }
示例#2
0
 public ReplicationGroup WithPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)
 {
     this.pendingModifiedValues = pendingModifiedValues;
     return(this);
 }