Compartilhar via


ApplicationGatewayBackendHealthServer Classe

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer

public class ApplicationGatewayBackendHealthServer

Configurações http de back-endhealth do gateway de aplicativo.

Resumo do Construtor

Construtor Description
ApplicationGatewayBackendHealthServer()

Resumo do método

Modificador e tipo Método e descrição
java.lang.String address()

Obtenha o endereço iP ou o FQDN do servidor back-end.

ApplicationGatewayBackendHealthServerHealth health()

Obter integridade do servidor back-end.

java.lang.String healthProbeLog()

Obter log de investigação de integridade.

com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration()

Obtenha referência à configuração de IP do servidor back-end.

ApplicationGatewayBackendHealthServer withAddress(String address)

Defina o endereço iP ou o FQDN do servidor back-end.

ApplicationGatewayBackendHealthServer withHealth(ApplicationGatewayBackendHealthServerHealth health)

Definir a integridade do servidor back-end.

ApplicationGatewayBackendHealthServer withHealthProbeLog(String healthProbeLog)

Definir log de investigação de integridade.

ApplicationGatewayBackendHealthServer withIpConfiguration(NetworkInterfaceIPConfigurationInner ipConfiguration)

Defina referência à configuração de IP do servidor back-end.

Métodos herdados de java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detalhes do construtor

ApplicationGatewayBackendHealthServer

public ApplicationGatewayBackendHealthServer()

Detalhes do método

address

public String address()

Obtenha o endereço iP ou o FQDN do servidor back-end.

Returns:

o valor do endereço

health

public ApplicationGatewayBackendHealthServerHealth health()

Obter integridade do servidor back-end. Os valores possíveis incluem: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'.

Returns:

o valor de integridade

healthProbeLog

public String healthProbeLog()

Obter log de investigação de integridade.

Returns:

o valor healthProbeLog

ipConfiguration

public NetworkInterfaceIPConfigurationInner ipConfiguration()

Obtenha referência à configuração de IP do servidor back-end.

Returns:

o valor ipConfiguration

withAddress

public ApplicationGatewayBackendHealthServer withAddress(String address)

Defina o endereço iP ou o FQDN do servidor back-end.

Parameters:

address - o valor do endereço a ser definido

Returns:

o próprio objeto ApplicationGatewayBackendHealthServer.

withHealth

public ApplicationGatewayBackendHealthServer withHealth(ApplicationGatewayBackendHealthServerHealth health)

Definir a integridade do servidor back-end. Os valores possíveis incluem: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'.

Parameters:

health - o valor de integridade a ser definido

Returns:

o próprio objeto ApplicationGatewayBackendHealthServer.

withHealthProbeLog

public ApplicationGatewayBackendHealthServer withHealthProbeLog(String healthProbeLog)

Definir log de investigação de integridade.

Parameters:

healthProbeLog - o valor healthProbeLog a ser definido

Returns:

o próprio objeto ApplicationGatewayBackendHealthServer.

withIpConfiguration

public ApplicationGatewayBackendHealthServer withIpConfiguration(NetworkInterfaceIPConfigurationInner ipConfiguration)

Defina referência à configuração de IP do servidor back-end.

Parameters:

ipConfiguration - o valor ipConfiguration a ser definido

Returns:

o próprio objeto ApplicationGatewayBackendHealthServer.

Aplica-se a