public class RoutingPreference extends Object
| Constructor and Description |
|---|
RoutingPreference() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
publishInternetEndpoints()
Get a boolean flag which indicates whether internet routing storage endpoints are to be published.
|
Boolean |
publishMicrosoftEndpoints()
Get a boolean flag which indicates whether microsoft routing storage endpoints are to be published.
|
RoutingChoice |
routingChoice()
Get routing Choice defines the kind of network routing opted by the user.
|
RoutingPreference |
withPublishInternetEndpoints(Boolean publishInternetEndpoints)
Set a boolean flag which indicates whether internet routing storage endpoints are to be published.
|
RoutingPreference |
withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints)
Set a boolean flag which indicates whether microsoft routing storage endpoints are to be published.
|
RoutingPreference |
withRoutingChoice(RoutingChoice routingChoice)
Set routing Choice defines the kind of network routing opted by the user.
|
public RoutingChoice routingChoice()
public RoutingPreference withRoutingChoice(RoutingChoice routingChoice)
routingChoice - the routingChoice value to setpublic Boolean publishMicrosoftEndpoints()
public RoutingPreference withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints)
publishMicrosoftEndpoints - the publishMicrosoftEndpoints value to setpublic Boolean publishInternetEndpoints()
public RoutingPreference withPublishInternetEndpoints(Boolean publishInternetEndpoints)
publishInternetEndpoints - the publishInternetEndpoints value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/