MonitorProtocol Class

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

public class MonitorProtocol

Defines values for MonitorProtocol.

Field Summary

Modifier and Type Field and Description
final MonitorProtocol HTTP

Static value HTTP for MonitorProtocol.

final MonitorProtocol HTTPS

Static value HTTPS for MonitorProtocol.

final MonitorProtocol TCP

Static value TCP for MonitorProtocol.

Constructor Summary

Constructor Description
MonitorProtocol(String value)

Creates a custom value for MonitorProtocol.

Method Summary

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

Field Details

HTTP

public static final MonitorProtocol HTTP= new MonitorProtocol("HTTP")

Static value HTTP for MonitorProtocol.

HTTPS

public static final MonitorProtocol HTTPS= new MonitorProtocol("HTTPS")

Static value HTTPS for MonitorProtocol.

TCP

public static final MonitorProtocol TCP= new MonitorProtocol("TCP")

Static value TCP for MonitorProtocol.

Constructor Details

MonitorProtocol

public MonitorProtocol(String value)

Creates a custom value for MonitorProtocol.

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