Uses of Class
com.microsoft.azure.management.storage.RoutingPreference
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of RoutingPreference in com.microsoft.azure.management.storage
Modifier 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.Modifier 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.