ApplicationGatewayBackendHealthHttpSettings 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
ApplicationGatewayBackendHealthHttpSettings() |
Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class. |
ApplicationGatewayBackendHealthHttpSettings(ApplicationGatewayBackendHttpSettings, IList<ApplicationGatewayBackendHealthServer>) |
Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class. |
ApplicationGatewayBackendHealthHttpSettings()
Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class.
public ApplicationGatewayBackendHealthHttpSettings ();
Public Sub New ()
Applies to
ApplicationGatewayBackendHealthHttpSettings(ApplicationGatewayBackendHttpSettings, IList<ApplicationGatewayBackendHealthServer>)
Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class.
public ApplicationGatewayBackendHealthHttpSettings (Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHttpSettings backendHttpSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthServer> servers = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthHttpSettings : Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHttpSettings * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthServer> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthHttpSettings
Public Sub New (Optional backendHttpSettings As ApplicationGatewayBackendHttpSettings = Nothing, Optional servers As IList(Of ApplicationGatewayBackendHealthServer) = Nothing)
Parameters
- backendHttpSettings
- ApplicationGatewayBackendHttpSettings
Reference to an ApplicationGatewayBackendHttpSettings resource.
List of ApplicationGatewayBackendHealthServer resources.