AWS SDK for .NET Documentation
ConfigureHealthCheckRequest Constructor (loadBalancerName, healthCheck)
AmazonAmazon.ElasticLoadBalancing.ModelConfigureHealthCheckRequestConfigureHealthCheckRequest(String, HealthCheck) Did this page help you?   Yes   No    Tell us about it...
Constructs a new ConfigureHealthCheckRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.
Declaration Syntax
C#
public ConfigureHealthCheckRequest(
	string loadBalancerName,
	HealthCheck healthCheck
)
Parameters
loadBalancerName (String)
The mnemonic name associated with the load balancer. The name must be unique within the set of load balancers associated with your AWS account.
healthCheck (HealthCheck)
A structure containing the configuration information for the new healthcheck.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)