ApplicationGatewayProbeHealthResponseMatch Constructors

Definition

Overloads

ApplicationGatewayProbeHealthResponseMatch()

Initializes a new instance of the ApplicationGatewayProbeHealthResponseMatch class.

ApplicationGatewayProbeHealthResponseMatch(String, IList<String>)

Initializes a new instance of the ApplicationGatewayProbeHealthResponseMatch class.

ApplicationGatewayProbeHealthResponseMatch()

Initializes a new instance of the ApplicationGatewayProbeHealthResponseMatch class.

public ApplicationGatewayProbeHealthResponseMatch ();
Public Sub New ()

Applies to

ApplicationGatewayProbeHealthResponseMatch(String, IList<String>)

Initializes a new instance of the ApplicationGatewayProbeHealthResponseMatch class.

public ApplicationGatewayProbeHealthResponseMatch (string body = default, System.Collections.Generic.IList<string> statusCodes = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch
Public Sub New (Optional body As String = Nothing, Optional statusCodes As IList(Of String) = Nothing)

Parameters

body
String

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

statusCodes
IList<String>

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

Applies to