| Modifier and Type | Method and Description |
|---|---|
RoutingPreference |
StorageAccountUpdateParameters.routingPreference()
Get maintains information about the network routing choice opted by the user for data transfer.
|
RoutingPreference |
StorageAccountCreateParameters.routingPreference()
Get maintains information about the network routing choice opted by the user for data transfer.
|
RoutingPreference |
RoutingPreference.withPublishInternetEndpoints(Boolean publishInternetEndpoints)
Set a boolean flag which indicates whether internet routing storage endpoints are to be published.
|
RoutingPreference |
RoutingPreference.withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints)
Set a boolean flag which indicates whether microsoft routing storage endpoints are to be published.
|
RoutingPreference |
RoutingPreference.withRoutingChoice(RoutingChoice routingChoice)
Set routing Choice defines the kind of network routing opted by the user.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withRoutingPreference(RoutingPreference routingPreference)
Set maintains information about the network routing choice opted by the user for data transfer.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withRoutingPreference(RoutingPreference routingPreference)
Set maintains information about the network routing choice opted by the user for data transfer.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/