Describes the properties of an application.
 public UpdateApplicationResult WithApplication(ApplicationDescription application)
 {
     this.application = application;
     return this;
 }
Beispiel #2
0
 public UpdateApplicationResult WithApplication(ApplicationDescription application)
 {
     this.application = application;
     return(this);
 }