A complex type that contains the health check configuration.

 /// <summary>
 /// Sets the HealthCheckConfig property
 /// </summary>
 /// <param name="healthCheckConfig">The value to set for the HealthCheckConfig property </param>
 /// <returns>this instance</returns>
 public CreateHealthCheckRequest WithHealthCheckConfig(HealthCheckConfig healthCheckConfig)
 {
     this.healthCheckConfig = healthCheckConfig;
     return this;
 }
 /// <summary>
 /// Sets the HealthCheckConfig property
 /// </summary>
 /// <param name="healthCheckConfig">The value to set for the HealthCheckConfig property </param>
 /// <returns>this instance</returns>
 public CreateHealthCheckRequest WithHealthCheckConfig(HealthCheckConfig healthCheckConfig)
 {
     this.healthCheckConfig = healthCheckConfig;
     return(this);
 }
 public HealthCheck WithHealthCheckConfig(HealthCheckConfig healthCheckConfig)
 {
     this.healthCheckConfig = healthCheckConfig;
     return this;
 }
 public HealthCheck WithHealthCheckConfig(HealthCheckConfig healthCheckConfig)
 {
     this.healthCheckConfig = healthCheckConfig;
     return(this);
 }