ApplicationGatewayBackendHealthHttpSettings Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ApplicationGatewayBackendHealthHttpSettings() |
Inicializa uma nova instância da classe ApplicationGatewayBackendHealthHttpSettings. |
ApplicationGatewayBackendHealthHttpSettings(SubResource, IList<ApplicationGatewayBackendHealthServer>) |
Inicializa uma nova instância da classe ApplicationGatewayBackendHealthHttpSettings. |
ApplicationGatewayBackendHealthHttpSettings()
Inicializa uma nova instância da classe ApplicationGatewayBackendHealthHttpSettings.
public ApplicationGatewayBackendHealthHttpSettings ();
Public Sub New ()
Aplica-se a
ApplicationGatewayBackendHealthHttpSettings(SubResource, IList<ApplicationGatewayBackendHealthServer>)
Inicializa uma nova instância da classe 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
Referência de um recurso ApplicationGatewayBackendHttpSettings.
Lista de recursos ApplicationGatewayBackendHealthServer.
Aplica-se a
Azure SDK for .NET