Uses of Class
com.microsoft.azure.management.storage.RoutingChoice
Packages that use RoutingChoice
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of RoutingChoice in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as RoutingChoiceModifier and TypeFieldDescriptionstatic final RoutingChoice
RoutingChoice.INTERNET_ROUTING
Static value InternetRouting for RoutingChoice.static final RoutingChoice
RoutingChoice.MICROSOFT_ROUTING
Static value MicrosoftRouting for RoutingChoice.Methods in com.microsoft.azure.management.storage that return RoutingChoiceModifier and TypeMethodDescriptionstatic RoutingChoice
RoutingChoice.fromString
(String name) Creates or finds a RoutingChoice from its string representation.RoutingPreference.routingChoice()
Get routing Choice defines the kind of network routing opted by the user.Methods in com.microsoft.azure.management.storage that return types with arguments of type RoutingChoiceMethods in com.microsoft.azure.management.storage with parameters of type RoutingChoiceModifier and TypeMethodDescriptionRoutingPreference.withRoutingChoice
(RoutingChoice routingChoice) Set routing Choice defines the kind of network routing opted by the user.