Describes an app's SSL configuration.

 public CreateAppRequest WithSslConfiguration(SslConfiguration sslConfiguration)
 {
     this.sslConfiguration = sslConfiguration;
     return this;
 }
Exemple #2
0
 /// <summary>
 /// Sets the SslConfiguration property
 /// </summary>
 /// <param name="sslConfiguration">The value to set for the SslConfiguration property </param>
 /// <returns>this instance</returns>
 public CreateAppRequest WithSslConfiguration(SslConfiguration sslConfiguration)
 {
     this.sslConfiguration = sslConfiguration;
     return(this);
 }
Exemple #3
0
 /// <summary>
 /// Sets the SslConfiguration property
 /// </summary>
 /// <param name="sslConfiguration">The value to set for the SslConfiguration property </param>
 /// <returns>this instance</returns>
 public App WithSslConfiguration(SslConfiguration sslConfiguration)
 {
     this.sslConfiguration = sslConfiguration;
     return(this);
 }
 public App WithSslConfiguration(SslConfiguration sslConfiguration)
 {
     this.sslConfiguration = sslConfiguration;
     return this;
 }