Compartilhar via


ApplicationGatewayBackendHealthServerHealth Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServerHealth

public final class ApplicationGatewayBackendHealthServerHealth
extends com.microsoft.rest.ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>

Define valores para ApplicationGatewayBackendHealthServerHealth.

Resumo do campo

Modificador e tipo Campo e descrição
static final ApplicationGatewayBackendHealthServerHealth DOWN

Valor estático Inativo para Integridade do Servidorde Integridadede Back-enddo Gatewayde Aplicativo.

static final ApplicationGatewayBackendHealthServerHealth DRAINING

Esvaziamento de valor estático para Integridade do Servidorde Integridadede Back-enddo Gatewayde Aplicativo.

static final ApplicationGatewayBackendHealthServerHealth PARTIAL

Valor estático Parcial para Integridade do Servidor de Integridade de Back-enddoGatewayde Aplicativo.

static final ApplicationGatewayBackendHealthServerHealth UNKNOWN

Valor estático Desconhecido para Integridade do Servidor de Integridadede Back-enddoGatewayde Aplicativo.

static final ApplicationGatewayBackendHealthServerHealth UP

Valor estático para a integridade do servidorde integridade de back-enddo Gatewayde Aplicativo.

Resumo do Construtor

Construtor Description
ApplicationGatewayBackendHealthServerHealth()

Resumo do método

Modificador e tipo Método e descrição
static ApplicationGatewayBackendHealthServerHealth fromString(String name)

Cria ou localiza uma Integridade do Servidorde Integridadede Back-enddo Gatewayde Aplicativode sua representação de cadeia de caracteres.

static java.util.Collection<ApplicationGatewayBackendHealthServerHealth> values()

Métodos herdados de com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Métodos herdados de java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detalhes do campo

DOWN

public static final ApplicationGatewayBackendHealthServerHealth DOWN

Valor estático Para baixo para ApplicationGatewayBackendHealthServerHealth.

DRAINING

public static final ApplicationGatewayBackendHealthServerHealth DRAINING

Esvaziamento de valor estático para ApplicationGatewayBackendHealthServerHealth.

PARTIAL

public static final ApplicationGatewayBackendHealthServerHealth PARTIAL

Valor estático Parcial para ApplicationGatewayBackendHealthServerHealth.

UNKNOWN

public static final ApplicationGatewayBackendHealthServerHealth UNKNOWN

Valor estático Desconhecido para ApplicationGatewayBackendHealthServerHealth.

UP

public static final ApplicationGatewayBackendHealthServerHealth UP

Valor estático Up para ApplicationGatewayBackendHealthServerHealth.

Detalhes do construtor

ApplicationGatewayBackendHealthServerHealth

public ApplicationGatewayBackendHealthServerHealth()

Detalhes do método

fromString

public static ApplicationGatewayBackendHealthServerHealth fromString(String name)

Cria ou localiza um ApplicationGatewayBackendHealthServerHealth de sua representação de cadeia de caracteres.

Parameters:

name - um nome para procurar

Returns:

o ApplicationGatewayBackendHealthServerHealth correspondente

values

public static Collection values()

Returns:

valores conhecidos de ApplicationGatewayBackendHealthServerHealth

Aplica-se a