ApplicationGatewayBackendHealthOnDemand Constructors

Definition

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