ApplicationGatewayBackendHealthServer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'
- healthProbeLog
- String
Health Probe Log.
Applies to
Azure SDK for .NET