ApplicationGatewayBackendHealthServerHealth Class

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

public class ApplicationGatewayBackendHealthServerHealth

Defines values for ApplicationGatewayBackendHealthServerHealth.

Field Summary

Modifier and Type Field and Description
final ApplicationGatewayBackendHealthServerHealth DOWN

Static value Down for ApplicationGatewayBackendHealthServerHealth.

final ApplicationGatewayBackendHealthServerHealth DRAINING

Static value Draining for ApplicationGatewayBackendHealthServerHealth.

final ApplicationGatewayBackendHealthServerHealth PARTIAL

Static value Partial for ApplicationGatewayBackendHealthServerHealth.

final ApplicationGatewayBackendHealthServerHealth UNKNOWN

Static value Unknown for ApplicationGatewayBackendHealthServerHealth.

final ApplicationGatewayBackendHealthServerHealth UP

Static value Up for ApplicationGatewayBackendHealthServerHealth.

Constructor Summary

Constructor Description
ApplicationGatewayBackendHealthServerHealth(String value)

Creates a custom value for ApplicationGatewayBackendHealthServerHealth.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

DOWN

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

Static value Down for ApplicationGatewayBackendHealthServerHealth.

DRAINING

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

Static value Draining for ApplicationGatewayBackendHealthServerHealth.

PARTIAL

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

Static value Partial for ApplicationGatewayBackendHealthServerHealth.

UNKNOWN

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

Static value Unknown for ApplicationGatewayBackendHealthServerHealth.

UP

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

Static value Up for ApplicationGatewayBackendHealthServerHealth.

Constructor Details

ApplicationGatewayBackendHealthServerHealth

public ApplicationGatewayBackendHealthServerHealth(String value)

Creates a custom value for ApplicationGatewayBackendHealthServerHealth.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to