Freigeben über


ApplicationGatewayBackendHealthServer Konstruktoren

Definition

Überlädt

ApplicationGatewayBackendHealthServer()

Initialisiert eine neue instance der ApplicationGatewayBackendHealthServer-Klasse.

ApplicationGatewayBackendHealthServer(String, SubResource, ApplicationGatewayBackendHealthServerHealth, String)

Initialisiert eine neue instance der ApplicationGatewayBackendHealthServer-Klasse.

ApplicationGatewayBackendHealthServer()

Initialisiert eine neue instance der ApplicationGatewayBackendHealthServer-Klasse.

public ApplicationGatewayBackendHealthServer ();
Public Sub New ()

Gilt für:

ApplicationGatewayBackendHealthServer(String, SubResource, ApplicationGatewayBackendHealthServerHealth, String)

Initialisiert eine neue instance der ApplicationGatewayBackendHealthServer-Klasse.

public ApplicationGatewayBackendHealthServer (string address = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource ipConfiguration = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServerHealth health = default, string healthProbeLog = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServer : string * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServerHealth * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServer
Public Sub New (Optional address As String = Nothing, Optional ipConfiguration As SubResource = Nothing, Optional health As ApplicationGatewayBackendHealthServerHealth = Nothing, Optional healthProbeLog As String = Nothing)

Parameter

address
String

IP-Adresse oder FQDN des Back-End-Servers.

ipConfiguration
SubResource

Referenz der IP-Konfiguration des Back-End-Servers.

health
ApplicationGatewayBackendHealthServerHealth

Integrität des Back-End-Servers. Mögliche Werte: "Unknown", "Up", "Down", "Partial", "Draining"

healthProbeLog
String

Integritätstestprotokoll.

Gilt für: