ProfileMonitorStatus Class

  • java.lang.Object
    • com.microsoft.azure.management.trafficmanager.ProfileMonitorStatus

public class ProfileMonitorStatus

Defines values for ProfileMonitorStatus.

Field Summary

Modifier and Type Field and Description
final ProfileMonitorStatus CHECKING_ENDPOINTS

Static value CheckingEndpoints for ProfileMonitorStatus.

final ProfileMonitorStatus DEGRADED

Static value Degraded for ProfileMonitorStatus.

final ProfileMonitorStatus DISABLED

Static value Disabled for ProfileMonitorStatus.

final ProfileMonitorStatus INACTIVE

Static value Inactive for ProfileMonitorStatus.

final ProfileMonitorStatus ONLINE

Static value Online for ProfileMonitorStatus.

Constructor Summary

Constructor Description
ProfileMonitorStatus(String value)

Creates a custom value for ProfileMonitorStatus.

Method Summary

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

Field Details

CHECKING_ENDPOINTS

public static final ProfileMonitorStatus CHECKING_ENDPOINTS= new ProfileMonitorStatus("CheckingEndpoints")

Static value CheckingEndpoints for ProfileMonitorStatus.

DEGRADED

public static final ProfileMonitorStatus DEGRADED= new ProfileMonitorStatus("Degraded")

Static value Degraded for ProfileMonitorStatus.

DISABLED

public static final ProfileMonitorStatus DISABLED= new ProfileMonitorStatus("Disabled")

Static value Disabled for ProfileMonitorStatus.

INACTIVE

public static final ProfileMonitorStatus INACTIVE= new ProfileMonitorStatus("Inactive")

Static value Inactive for ProfileMonitorStatus.

ONLINE

public static final ProfileMonitorStatus ONLINE= new ProfileMonitorStatus("Online")

Static value Online for ProfileMonitorStatus.

Constructor Details

ProfileMonitorStatus

public ProfileMonitorStatus(String value)

Creates a custom value for ProfileMonitorStatus.

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