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