TrafficRoutingMethod Class

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

public class TrafficRoutingMethod

Defines values for TrafficRoutingMethod.

Field Summary

Modifier and Type Field and Description
final TrafficRoutingMethod GEOGRAPHIC

Static value Geographic for TrafficRoutingMethod.

final TrafficRoutingMethod PERFORMANCE

Static value Performance for TrafficRoutingMethod.

final TrafficRoutingMethod PRIORITY

Static value Priority for TrafficRoutingMethod.

final TrafficRoutingMethod WEIGHTED

Static value Weighted for TrafficRoutingMethod.

Constructor Summary

Constructor Description
TrafficRoutingMethod(String value)

Creates a custom value for TrafficRoutingMethod.

Method Summary

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

Field Details

GEOGRAPHIC

public static final TrafficRoutingMethod GEOGRAPHIC= new TrafficRoutingMethod("Geographic")

Static value Geographic for TrafficRoutingMethod.

PERFORMANCE

public static final TrafficRoutingMethod PERFORMANCE= new TrafficRoutingMethod("Performance")

Static value Performance for TrafficRoutingMethod.

PRIORITY

public static final TrafficRoutingMethod PRIORITY= new TrafficRoutingMethod("Priority")

Static value Priority for TrafficRoutingMethod.

WEIGHTED

public static final TrafficRoutingMethod WEIGHTED= new TrafficRoutingMethod("Weighted")

Static value Weighted for TrafficRoutingMethod.

Constructor Details

TrafficRoutingMethod

public TrafficRoutingMethod(String value)

Creates a custom value for TrafficRoutingMethod.

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