ApplicationGatewayProbeHealthResponseMatch Class
Application gateway probe health response match.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayProbeHealthResponseMatch
Constructor
ApplicationGatewayProbeHealthResponseMatch(*, body: str | None = None, status_codes: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
body
|
Body that must be contained in the health response. Default value is empty. |
status_codes
|
Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399. |
Variables
Name | Description |
---|---|
body
|
Body that must be contained in the health response. Default value is empty. |
status_codes
|
Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python