Partager via


ApplicationGatewayBackendHealthHttpSettings Constructeurs

Définition

Surcharges

ApplicationGatewayBackendHealthHttpSettings()

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHealthHttpSettings.

ApplicationGatewayBackendHealthHttpSettings(ApplicationGatewayBackendHttpSettings, IList<ApplicationGatewayBackendHealthServer>)

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHealthHttpSettings.

ApplicationGatewayBackendHealthHttpSettings()

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHealthHttpSettings.

public ApplicationGatewayBackendHealthHttpSettings ();
Public Sub New ()

S’applique à

ApplicationGatewayBackendHealthHttpSettings(ApplicationGatewayBackendHttpSettings, IList<ApplicationGatewayBackendHealthServer>)

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHealthHttpSettings.

public ApplicationGatewayBackendHealthHttpSettings (Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHttpSettings backendHttpSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthServer> servers = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthHttpSettings : Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHttpSettings * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthServer> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthHttpSettings
Public Sub New (Optional backendHttpSettings As ApplicationGatewayBackendHttpSettings = Nothing, Optional servers As IList(Of ApplicationGatewayBackendHealthServer) = Nothing)

Paramètres

backendHttpSettings
ApplicationGatewayBackendHttpSettings

Référence à une ressource ApplicationGatewayBackendHttpSettings.

servers
IList<ApplicationGatewayBackendHealthServer>

Liste des ressources ApplicationGatewayBackendHealthServer.

S’applique à