ApplicationGatewayBackendHealthServer Constructors

Definition

Overloads

ApplicationGatewayBackendHealthServer()

Initializes a new instance of the ApplicationGatewayBackendHealthServer class.

ApplicationGatewayBackendHealthServer(String, SubResource, ApplicationGatewayBackendHealthServerHealth, 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, SubResource, ApplicationGatewayBackendHealthServerHealth, String)

Initializes a new instance of the ApplicationGatewayBackendHealthServer class.

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)

Parameters

address
String

IP address or FQDN of backend server.

ipConfiguration
SubResource

Reference of IP configuration of backend server.

health
ApplicationGatewayBackendHealthServerHealth

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

healthProbeLog
String

Health Probe Log.

Applies to