The HealthCheck data type.

 public LoadBalancerDescription WithHealthCheck(HealthCheck healthCheck)
 {
     this.healthCheck = healthCheck;
     return this;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructs a new ConfigureHealthCheckRequest object.
 /// Callers should use the properties or fluent setter (With...) methods to
 /// initialize any additional object members.
 /// </summary>
 ///
 /// <param name="loadBalancerName"> The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.
 /// </param>
 /// <param name="healthCheck"> A structure containing the configuration information for the new healthcheck. </param>
 public ConfigureHealthCheckRequest(string loadBalancerName, HealthCheck healthCheck)
 {
     this.loadBalancerName = loadBalancerName;
     this.healthCheck      = healthCheck;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Sets the HealthCheck property
 /// </summary>
 /// <param name="healthCheck">The value to set for the HealthCheck property </param>
 /// <returns>this instance</returns>
 public ConfigureHealthCheckResult WithHealthCheck(HealthCheck healthCheck)
 {
     this.healthCheck = healthCheck;
     return(this);
 }
 /// <summary>
 /// Sets the HealthCheck property
 /// </summary>
 /// <param name="healthCheck">The value to set for the HealthCheck property </param>
 /// <returns>this instance</returns>
 public ConfigureHealthCheckResult WithHealthCheck(HealthCheck healthCheck)
 {
     this.healthCheck = healthCheck;
     return this;
 }
 /// <summary>
 /// Constructs a new ConfigureHealthCheckRequest object.
 /// Callers should use the properties or fluent setter (With...) methods to
 /// initialize any additional object members.
 /// </summary>
 /// 
 /// <param name="loadBalancerName"> The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.
 /// </param>
 /// <param name="healthCheck"> A structure containing the configuration information for the new healthcheck. </param>
 public ConfigureHealthCheckRequest(string loadBalancerName, HealthCheck healthCheck)
 {
     this.loadBalancerName = loadBalancerName;
     this.healthCheck = healthCheck;
 }
 /// <summary>
 /// Sets the HealthCheck property
 /// </summary>
 /// <param name="healthCheck">Structure containing the configuration information for the new healthcheck.</param>
 /// <returns>this instance</returns>
 public ConfigureHealthCheckRequest WithHealthCheck(HealthCheck healthCheck)
 {
     this.healthCheckField = healthCheck;
     return this;
 }
 public LoadBalancerDescription WithHealthCheck(HealthCheck healthCheck)
 {
     this.healthCheck = healthCheck;
     return(this);
 }
Exemplo n.º 8
0
 /// <summary>
 /// Sets the HealthCheck property
 /// </summary>
 /// <param name="healthCheck">Structure containing the configuration information for the new healthcheck.</param>
 /// <returns>this instance</returns>
 public ConfigureHealthCheckRequest WithHealthCheck(HealthCheck healthCheck)
 {
     this.healthCheckField = healthCheck;
     return(this);
 }