Partager via


ApplicationGatewayBackendHealthServerHealth Classe

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

public class ApplicationGatewayBackendHealthServerHealth

Définit des valeurs pour ApplicationGatewayBackendHealthServerHealth.

Récapitulatif du champ

Modificateur et type Champ et description
final ApplicationGatewayBackendHealthServerHealth DOWN

Valeur statique vers le bas pour ApplicationGatewayBackendHealthServerHealth.

final ApplicationGatewayBackendHealthServerHealth DRAINING

Drainage de valeur statique pour ApplicationGatewayBackendHealthServerHealth.

final ApplicationGatewayBackendHealthServerHealth PARTIAL

Valeur statique Partielle pour ApplicationGatewayBackendHealthServerHealth.

final ApplicationGatewayBackendHealthServerHealth UNKNOWN

Valeur statique Inconnue pour ApplicationGatewayBackendHealthServerHealth.

final ApplicationGatewayBackendHealthServerHealth UP

Valeur statique Up pour ApplicationGatewayBackendHealthServerHealth.

Récapitulatif du constructeur

Constructeur Description
ApplicationGatewayBackendHealthServerHealth(String value)

Crée une valeur personnalisée pour ApplicationGatewayBackendHealthServerHealth.

Résumé de la méthode

Modificateur et type Méthode et description
boolean equals(Object obj)
int hashCode()
String toString()

Détails du champ

DOWN

public static final ApplicationGatewayBackendHealthServerHealth DOWN= new ApplicationGatewayBackendHealthServerHealth("Down")

Valeur statique vers le bas pour ApplicationGatewayBackendHealthServerHealth.

DRAINING

public static final ApplicationGatewayBackendHealthServerHealth DRAINING= new ApplicationGatewayBackendHealthServerHealth("Draining")

Drainage de valeur statique pour ApplicationGatewayBackendHealthServerHealth.

PARTIAL

public static final ApplicationGatewayBackendHealthServerHealth PARTIAL= new ApplicationGatewayBackendHealthServerHealth("Partial")

Valeur statique Partielle pour ApplicationGatewayBackendHealthServerHealth.

UNKNOWN

public static final ApplicationGatewayBackendHealthServerHealth UNKNOWN= new ApplicationGatewayBackendHealthServerHealth("Unknown")

Valeur statique Inconnue pour ApplicationGatewayBackendHealthServerHealth.

UP

public static final ApplicationGatewayBackendHealthServerHealth UP= new ApplicationGatewayBackendHealthServerHealth("Up")

Valeur statique Up pour ApplicationGatewayBackendHealthServerHealth.

Détails du constructeur

ApplicationGatewayBackendHealthServerHealth

public ApplicationGatewayBackendHealthServerHealth(String value)

Crée une valeur personnalisée pour ApplicationGatewayBackendHealthServerHealth.

Parameters:

value - valeur personnalisée

Détails de la méthode

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

S’applique à