Share via


ApplicationGatewayBackendHealthOnDemandInner Constructors

Definition

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