public final class RoutingChoice extends com.azure.core.util.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 for.public static Collection<RoutingChoice> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.