TrafficRoutingMethod Class

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

public final class TrafficRoutingMethod
extends com.microsoft.rest.ExpandableStringEnum<TrafficRoutingMethod>

Defines values for TrafficRoutingMethod.

Field Summary

Modifier and Type Field and Description
static final TrafficRoutingMethod GEOGRAPHIC

Static value Geographic for TrafficRoutingMethod.

static final TrafficRoutingMethod MULTI_VALUE

Static value MultiValue for TrafficRoutingMethod.

static final TrafficRoutingMethod PERFORMANCE

Static value Performance for TrafficRoutingMethod.

static final TrafficRoutingMethod PRIORITY

Static value Priority for TrafficRoutingMethod.

static final TrafficRoutingMethod SUBNET

Static value Subnet for TrafficRoutingMethod.

static final TrafficRoutingMethod WEIGHTED

Static value Weighted for TrafficRoutingMethod.

Constructor Summary

Constructor Description
TrafficRoutingMethod()

Method Summary

Modifier and Type Method and Description
static TrafficRoutingMethod fromString(String name)

Creates or finds a TrafficRoutingMethod from its string representation.

static java.util.Collection<TrafficRoutingMethod> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

GEOGRAPHIC

public static final TrafficRoutingMethod GEOGRAPHIC

Static value Geographic for TrafficRoutingMethod.

MULTI_VALUE

public static final TrafficRoutingMethod MULTI_VALUE

Static value MultiValue for TrafficRoutingMethod.

PERFORMANCE

public static final TrafficRoutingMethod PERFORMANCE

Static value Performance for TrafficRoutingMethod.

PRIORITY

public static final TrafficRoutingMethod PRIORITY

Static value Priority for TrafficRoutingMethod.

SUBNET

public static final TrafficRoutingMethod SUBNET

Static value Subnet for TrafficRoutingMethod.

WEIGHTED

public static final TrafficRoutingMethod WEIGHTED

Static value Weighted for TrafficRoutingMethod.

Constructor Details

TrafficRoutingMethod

public TrafficRoutingMethod()

Method Details

fromString

public static TrafficRoutingMethod fromString(String name)

Creates or finds a TrafficRoutingMethod from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding TrafficRoutingMethod

values

public static Collection values()

Returns:

known TrafficRoutingMethod values

Applies to