ApplicationGatewayBackendHealthHttpSettings Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Liste des ressources ApplicationGatewayBackendHealthServer.
S’applique à
Azure SDK for .NET