Uses of Class
com.microsoft.azure.management.storage.RoutingPreference
Packages that use RoutingPreference
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of RoutingPreference in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return RoutingPreferenceModifier and TypeMethodDescriptionStorageAccountCreateParameters.routingPreference()
Get maintains information about the network routing choice opted by the user for data transfer.StorageAccountUpdateParameters.routingPreference()
Get maintains information about the network routing choice opted by the user for data transfer.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.Methods in com.microsoft.azure.management.storage with parameters of type RoutingPreferenceModifier and TypeMethodDescriptionStorageAccountCreateParameters.withRoutingPreference
(RoutingPreference routingPreference) Set maintains information about the network routing choice opted by the user for data transfer.StorageAccountUpdateParameters.withRoutingPreference
(RoutingPreference routingPreference) Set maintains information about the network routing choice opted by the user for data transfer.