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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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