Freigeben über


ApplicationGatewayOnDemandProbe Konstruktoren

Definition

Überlädt

ApplicationGatewayOnDemandProbe()

Initialisiert eine neue instance der ApplicationGatewayOnDemandProbe-Klasse.

ApplicationGatewayOnDemandProbe(String, String, String, Nullable<Int32>, Nullable<Boolean>, ApplicationGatewayProbeHealthResponseMatch, SubResource, SubResource)

Initialisiert eine neue instance der ApplicationGatewayOnDemandProbe-Klasse.

ApplicationGatewayOnDemandProbe()

Initialisiert eine neue instance der ApplicationGatewayOnDemandProbe-Klasse.

public ApplicationGatewayOnDemandProbe ();
Public Sub New ()

Gilt für:

ApplicationGatewayOnDemandProbe(String, String, String, Nullable<Int32>, Nullable<Boolean>, ApplicationGatewayProbeHealthResponseMatch, SubResource, SubResource)

Initialisiert eine neue instance der ApplicationGatewayOnDemandProbe-Klasse.

public ApplicationGatewayOnDemandProbe (string protocol = default, string host = default, string path = default, int? timeout = default, bool? pickHostNameFromBackendHttpSettings = default, Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch match = default, Microsoft.Azure.Management.Network.Models.SubResource backendAddressPool = default, Microsoft.Azure.Management.Network.Models.SubResource backendHttpSettings = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayOnDemandProbe : string * string * string * Nullable<int> * Nullable<bool> * Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayOnDemandProbe
Public Sub New (Optional protocol As String = Nothing, Optional host As String = Nothing, Optional path As String = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional pickHostNameFromBackendHttpSettings As Nullable(Of Boolean) = Nothing, Optional match As ApplicationGatewayProbeHealthResponseMatch = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional backendHttpSettings As SubResource = Nothing)

Parameter

protocol
String

Das protokoll, das für den Test verwendet wird. Mögliche Werte: "Http", "Https", "Tcp", "Tls"

host
String

Hostname, an den der Test gesendet werden soll.

path
String

Relativer Pfad des Tests. Gültiger Pfad beginnt mit "/". Der Test wird an <Protocol>://<host>:<port><path> gesendet.

timeout
Nullable<Int32>

Das Testtimeout in Sekunden. Test als fehler markiert, wenn mit diesem Timeoutzeitraum keine gültige Antwort empfangen wird. Zulässige Werte liegen zwischen 1 Sekunde und 86400 Sekunden.

pickHostNameFromBackendHttpSettings
Nullable<Boolean>

Gibt an, ob der Hostheader aus den HTTP-Einstellungen des Back-Ends ausgewählt werden soll. Der Standardwert ist „false“.

match
ApplicationGatewayProbeHealthResponseMatch

Kriterium für die Klassifizierung einer fehlerfreien Testantwort.

backendAddressPool
SubResource

Verweis auf den Back-End-Pool des Anwendungsgateways, an den die Testanforderung gesendet wird.

backendHttpSettings
SubResource

Verweis auf die Back-End-HTTP-Einstellung des Anwendungsgateways, die für den Testtest verwendet werden soll.

Gilt für: