Freigeben über


ApplicationGatewayProbeHealthResponseMatch Konstruktoren

Definition

Überlädt

ApplicationGatewayProbeHealthResponseMatch()

Initialisiert eine neue instance der ApplicationGatewayProbeHealthResponseMatch-Klasse.

ApplicationGatewayProbeHealthResponseMatch(String, IList<String>)

Initialisiert eine neue instance der ApplicationGatewayProbeHealthResponseMatch-Klasse.

ApplicationGatewayProbeHealthResponseMatch()

Initialisiert eine neue instance der ApplicationGatewayProbeHealthResponseMatch-Klasse.

public ApplicationGatewayProbeHealthResponseMatch ();
Public Sub New ()

Gilt für:

ApplicationGatewayProbeHealthResponseMatch(String, IList<String>)

Initialisiert eine neue instance der ApplicationGatewayProbeHealthResponseMatch-Klasse.

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)

Parameter

body
String

Körper, der in der Integritätsantwort enthalten sein muss. Der Standardwert ist leer.

statusCodes
IList<String>

Zulässige Bereiche fehlerfreier status Codes. Der Standardbereich fehlerfreier status Codes ist 200-399.

Gilt für: