ApplicationGatewayBackendHealthOnDemand 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
ApplicationGatewayBackendHealthOnDemand() |
Initializes a new instance of the ApplicationGatewayBackendHealthOnDemand class. |
ApplicationGatewayBackendHealthOnDemand(ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHealthHttpSettings) |
Initializes a new instance of the ApplicationGatewayBackendHealthOnDemand class. |
ApplicationGatewayBackendHealthOnDemand()
Initializes a new instance of the ApplicationGatewayBackendHealthOnDemand class.
public ApplicationGatewayBackendHealthOnDemand ();
Public Sub New ()
Applies to
ApplicationGatewayBackendHealthOnDemand(ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHealthHttpSettings)
Initializes a new instance of the ApplicationGatewayBackendHealthOnDemand class.
public ApplicationGatewayBackendHealthOnDemand (Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendAddressPool backendAddressPool = default, Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthOnDemand : Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendAddressPool * Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthHttpSettings -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthOnDemand
Public Sub New (Optional backendAddressPool As ApplicationGatewayBackendAddressPool = Nothing, Optional backendHealthHttpSettings As ApplicationGatewayBackendHealthHttpSettings = Nothing)
Parameters
- backendAddressPool
- ApplicationGatewayBackendAddressPool
Reference to an ApplicationGatewayBackendAddressPool resource.
- backendHealthHttpSettings
- ApplicationGatewayBackendHealthHttpSettings
Application gateway BackendHealthHttp settings.
Applies to
Azure SDK for .NET