/// <summary>
 /// Initializes a new instance of the
 /// DeploymentRollbackUpdateOrUpgradeParameters class with required
 /// arguments.
 /// </summary>
 public DeploymentRollbackUpdateOrUpgradeParameters(RollbackUpdateOrUpgradeMode mode)
     : this()
 {
     this.Mode = mode;
 }
 /// <summary>
 /// Initializes a new instance of the
 /// DeploymentRollbackUpdateOrUpgradeParameters class with required
 /// arguments.
 /// </summary>
 public DeploymentRollbackUpdateOrUpgradeParameters(RollbackUpdateOrUpgradeMode mode)
     : this()
 {
     this.Mode = mode;
 }