ProbeProtocol Class

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

public class ProbeProtocol

Defines values for ProbeProtocol.

Field Summary

Modifier and Type Field and Description
final ProbeProtocol HTTP

Static value Http for ProbeProtocol.

final ProbeProtocol TCP

Static value Tcp for ProbeProtocol.

Constructor Summary

Constructor Description
ProbeProtocol(String value)

Creates a custom value for ProbeProtocol.

Method Summary

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

Field Details

HTTP

public static final ProbeProtocol HTTP= new ProbeProtocol("Http")

Static value Http for ProbeProtocol.

TCP

public static final ProbeProtocol TCP= new ProbeProtocol("Tcp")

Static value Tcp for ProbeProtocol.

Constructor Details

ProbeProtocol

public ProbeProtocol(String value)

Creates a custom value for ProbeProtocol.

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