Compartilhar via


ApplicationGatewayBackendHealthOnDemandInner Construtores

Definição

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