ApplicationGatewayBackendHealthServer Class
Application gateway backendhealth http settings.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayBackendHealthServer
Constructor
ApplicationGatewayBackendHealthServer(*, address: str | None = None, ip_configuration: _models.NetworkInterfaceIPConfiguration | None = None, health: str | _models.ApplicationGatewayBackendHealthServerHealth | None = None, health_probe_log: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
address
|
IP address or FQDN of backend server. |
ip_configuration
|
Reference to IP configuration of backend server. |
health
|
Health of backend server. Known values are: "Unknown", "Up", "Down", "Partial", and "Draining". |
health_probe_log
|
Health Probe Log. |
Variables
Name | Description |
---|---|
address
|
IP address or FQDN of backend server. |
ip_configuration
|
Reference to IP configuration of backend server. |
health
|
Health of backend server. Known values are: "Unknown", "Up", "Down", "Partial", and "Draining". |
health_probe_log
|
Health Probe Log. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python