Uses of Class
com.microsoft.azure.management.storage.RoutingChoice
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of RoutingChoice in com.microsoft.azure.management.storage
Modifier and TypeFieldDescriptionstatic final RoutingChoice
RoutingChoice.INTERNET_ROUTING
Static value InternetRouting for RoutingChoice.static final RoutingChoice
RoutingChoice.MICROSOFT_ROUTING
Static value MicrosoftRouting for RoutingChoice.Modifier 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.Modifier and TypeMethodDescriptionRoutingPreference.withRoutingChoice
(RoutingChoice routingChoice) Set routing Choice defines the kind of network routing opted by the user.