| Modifier and Type | Field and Description |
|---|---|
static RoutingChoice |
RoutingChoice.INTERNET_ROUTING
Static value InternetRouting for RoutingChoice.
|
static RoutingChoice |
RoutingChoice.MICROSOFT_ROUTING
Static value MicrosoftRouting for RoutingChoice.
|
| Modifier and Type | Method and Description |
|---|---|
static RoutingChoice |
RoutingChoice.fromString(String name)
Creates or finds a RoutingChoice from its string representation.
|
RoutingChoice |
RoutingPreference.routingChoice()
Get routing Choice defines the kind of network routing opted by the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<RoutingChoice> |
RoutingChoice.values() |
| Modifier and Type | Method and Description |
|---|---|
RoutingPreference |
RoutingPreference.withRoutingChoice(RoutingChoice routingChoice)
Set routing Choice defines the kind of network routing opted by the user.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/