Partager via


ApplicationGatewayBackendHealthOnDemandInner Constructeurs

Définition

Surcharges

ApplicationGatewayBackendHealthOnDemandInner()

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHealthOnDemandInner.

ApplicationGatewayBackendHealthOnDemandInner(SubResource, ApplicationGatewayBackendHealthHttpSettings)

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHealthOnDemandInner.

ApplicationGatewayBackendHealthOnDemandInner()

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHealthOnDemandInner.

public ApplicationGatewayBackendHealthOnDemandInner ();
Public Sub New ()

S’applique à

ApplicationGatewayBackendHealthOnDemandInner(SubResource, ApplicationGatewayBackendHealthHttpSettings)

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHealthOnDemandInner.

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)

Paramètres

backendAddressPool
SubResource

Référence d’une ressource ApplicationGatewayBackendAddressPool.

backendHealthHttpSettings
ApplicationGatewayBackendHealthHttpSettings

Paramètres backendHealthHttp de la passerelle d’application.

S’applique à