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