ApplicationGatewayBackendHealthServer Class
Application gateway backendhealth http settings.
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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python