ApplicationGatewayProbeHealthResponseMatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application gateway probe health response match.
public class ApplicationGatewayProbeHealthResponseMatch
type ApplicationGatewayProbeHealthResponseMatch = class
Public Class ApplicationGatewayProbeHealthResponseMatch
- Inheritance
-
ApplicationGatewayProbeHealthResponseMatch
Constructors
ApplicationGatewayProbeHealthResponseMatch() |
Initializes a new instance of the ApplicationGatewayProbeHealthResponseMatch class. |
ApplicationGatewayProbeHealthResponseMatch(String, IList<String>) |
Initializes a new instance of the ApplicationGatewayProbeHealthResponseMatch class. |
Properties
Body |
Gets or sets body that must be contained in the health response. Default value is empty. |
StatusCodes |
Gets or sets allowed ranges of healthy status codes. Default range of healthy status codes is 200-399. |