Used to specify a stack or deployment command.
 /// <summary>
 /// Sets the Command property
 /// </summary>
 /// <param name="command">The value to set for the Command property </param>
 /// <returns>this instance</returns>
 public CreateDeploymentRequest WithCommand(DeploymentCommand command)
 {
     this.command = command;
     return this;
 }
Example #2
0
 public Deployment WithCommand(DeploymentCommand command)
 {
     this.command = command;
     return(this);
 }
Example #3
0
 public Deployment WithCommand(DeploymentCommand command)
 {
     this.command = command;
     return this;
 }
Example #4
0
 public CreateDeploymentRequest WithCommand(DeploymentCommand command)
 {
     this.command = command;
     return(this);
 }