Describes an app's SSL configuration.

 public CreateAppRequest WithSslConfiguration(SslConfiguration sslConfiguration)
 {
     this.sslConfiguration = sslConfiguration;
     return this;
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 4
0
 public App WithSslConfiguration(SslConfiguration sslConfiguration)
 {
     this.sslConfiguration = sslConfiguration;
     return this;
 }