C# 클래스 Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckRequest

Container for the parameters to the ConfigureHealthCheck operation.

Specifies the health check settings to use for evaluating the health state of your back-end instances.

For more information, see Health Check in the Elastic Load Balancing Developer Guide .

상속: AmazonElasticLoadBalancingRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ConfigureHealthCheckRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ConfigureHealthCheckRequest ( string loadBalancerName, HealthCheck healthCheck ) : System

Instantiates ConfigureHealthCheckRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetHealthCheck ( ) : bool
IsSetLoadBalancerName ( ) : bool

메소드 상세

ConfigureHealthCheckRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public ConfigureHealthCheckRequest ( ) : System
리턴 System

ConfigureHealthCheckRequest() 공개 메소드

Instantiates ConfigureHealthCheckRequest with the parameterized properties
public ConfigureHealthCheckRequest ( string loadBalancerName, HealthCheck healthCheck ) : System
loadBalancerName string The name of the load balancer.
healthCheck HealthCheck The configuration information.
리턴 System