ApplicationGatewayBackendHealthOnDemandInner 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
ApplicationGatewayBackendHealthOnDemandInner() |
Inicializa uma nova instância da classe ApplicationGatewayBackendHealthOnDemandInner. |
ApplicationGatewayBackendHealthOnDemandInner(SubResource, ApplicationGatewayBackendHealthHttpSettings) |
Inicializa uma nova instância da classe ApplicationGatewayBackendHealthOnDemandInner. |
ApplicationGatewayBackendHealthOnDemandInner()
Inicializa uma nova instância da classe ApplicationGatewayBackendHealthOnDemandInner.
public ApplicationGatewayBackendHealthOnDemandInner ();
Public Sub New ()
Aplica-se a
ApplicationGatewayBackendHealthOnDemandInner(SubResource, ApplicationGatewayBackendHealthHttpSettings)
Inicializa uma nova instância da classe ApplicationGatewayBackendHealthOnDemandInner.
public ApplicationGatewayBackendHealthOnDemandInner (Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthOnDemandInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthOnDemandInner
Public Sub New (Optional backendAddressPool As SubResource = Nothing, Optional backendHealthHttpSettings As ApplicationGatewayBackendHealthHttpSettings = Nothing)
Parâmetros
- backendAddressPool
- SubResource
Referência de um recurso ApplicationGatewayBackendAddressPool.
- backendHealthHttpSettings
- ApplicationGatewayBackendHealthHttpSettings
Configurações de BackendHealthHttp do gateway de aplicativo.
Aplica-se a
Azure SDK for .NET