Compartir a través de


ApplicationGatewayBackendHealthHttpSettings Constructores

Definición

Sobrecargas

ApplicationGatewayBackendHealthHttpSettings()

Inicializa una nueva instancia de la clase ApplicationGatewayBackendHealthHttpSettings.

ApplicationGatewayBackendHealthHttpSettings(ApplicationGatewayBackendHttpSettings, IList<ApplicationGatewayBackendHealthServer>)

Inicializa una nueva instancia de la clase ApplicationGatewayBackendHealthHttpSettings.

ApplicationGatewayBackendHealthHttpSettings()

Inicializa una nueva instancia de la clase ApplicationGatewayBackendHealthHttpSettings.

public ApplicationGatewayBackendHealthHttpSettings ();
Public Sub New ()

Se aplica a

ApplicationGatewayBackendHealthHttpSettings(ApplicationGatewayBackendHttpSettings, IList<ApplicationGatewayBackendHealthServer>)

Inicializa una nueva instancia de la clase 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)

Parámetros

backendHttpSettings
ApplicationGatewayBackendHttpSettings

Referencia a un recurso ApplicationGatewayBackendHttpSettings.

servers
IList<ApplicationGatewayBackendHealthServer>

Lista de recursos applicationGatewayBackendHealthServer.

Se aplica a