ApplicationGatewayProbeHealthResponseMatch Class

Application gateway probe health response match.

Inheritance
ApplicationGatewayProbeHealthResponseMatch

Constructor

ApplicationGatewayProbeHealthResponseMatch(*, body: typing.Union[str, NoneType] = None, status_codes: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

body
str

Body that must be contained in the health response. Default value is empty.

status_codes
list[str]

Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399.