public final class TrafficRoutingMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
static TrafficRoutingMethod |
GEOGRAPHIC
Static value Geographic for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
PERFORMANCE
Static value Performance for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
PRIORITY
Static value Priority for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
WEIGHTED
Static value Weighted for TrafficRoutingMethod.
|
| Constructor and Description |
|---|
TrafficRoutingMethod(String value)
Creates a custom value for TrafficRoutingMethod.
|
public static final TrafficRoutingMethod PERFORMANCE
public static final TrafficRoutingMethod PRIORITY
public static final TrafficRoutingMethod WEIGHTED
public static final TrafficRoutingMethod GEOGRAPHIC
public TrafficRoutingMethod(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/