Share via


ApplicationGatewayBackendHealthServer Constructors

Definition

Overloads

ApplicationGatewayBackendHealthServer()

Initializes a new instance of the ApplicationGatewayBackendHealthServer class.

ApplicationGatewayBackendHealthServer(String, NetworkInterfaceIPConfiguration, String, String)

Initializes a new instance of the ApplicationGatewayBackendHealthServer class.

ApplicationGatewayBackendHealthServer()

Initializes a new instance of the ApplicationGatewayBackendHealthServer class.

public ApplicationGatewayBackendHealthServer ();
Public Sub New ()

Applies to

ApplicationGatewayBackendHealthServer(String, NetworkInterfaceIPConfiguration, String, String)

Initializes a new instance of the ApplicationGatewayBackendHealthServer class.

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

Parameters

address
String

IP address or FQDN of backend server.

ipConfiguration
NetworkInterfaceIPConfiguration

Reference to IP configuration of backend server.

health
String

Health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'

healthProbeLog
String

Health Probe Log.

Applies to