public final class RoutingChoice extends com.microsoft.rest.ExpandableStringEnum<RoutingChoice>
| Modifier and Type | Field and Description |
|---|---|
static RoutingChoice |
INTERNET_ROUTING
Static value InternetRouting for RoutingChoice.
|
static RoutingChoice |
MICROSOFT_ROUTING
Static value MicrosoftRouting for RoutingChoice.
|
| Constructor and Description |
|---|
RoutingChoice() |
| Modifier and Type | Method and Description |
|---|---|
static RoutingChoice |
fromString(String name)
Creates or finds a RoutingChoice from its string representation.
|
static Collection<RoutingChoice> |
values() |
public static final RoutingChoice MICROSOFT_ROUTING
public static final RoutingChoice INTERNET_ROUTING
public static RoutingChoice fromString(String name)
name - a name to look forpublic static Collection<RoutingChoice> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/