Compartir a través de


ApplicationGatewayBackendHealthHttpSettings Constructores

Definición

Sobrecargas

ApplicationGatewayBackendHealthHttpSettings()

Inicializa una nueva instancia de la clase ApplicationGatewayBackendHealthHttpSettings.

ApplicationGatewayBackendHealthHttpSettings(SubResource, 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(SubResource, IList<ApplicationGatewayBackendHealthServer>)

Inicializa una nueva instancia de la clase ApplicationGatewayBackendHealthHttpSettings.

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

Parámetros

backendHttpSettings
SubResource

Referencia de un recurso ApplicationGatewayBackendHttpSettings.

servers
IList<ApplicationGatewayBackendHealthServer>

Lista de recursos applicationGatewayBackendHealthServer.

Se aplica a