ApplicationGatewayProbeHealthResponseMatch Constructors
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.
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.
Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399.
Applies to
Azure SDK for .NET