Uses of Class
com.azure.resourcemanager.storage.models.RoutingChoice
-
Packages that use RoutingChoice Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of RoutingChoice in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as RoutingChoice Modifier and Type Field Description static RoutingChoiceRoutingChoice. INTERNET_ROUTINGStatic value InternetRouting for RoutingChoice.static RoutingChoiceRoutingChoice. MICROSOFT_ROUTINGStatic value MicrosoftRouting for RoutingChoice.Methods in com.azure.resourcemanager.storage.models that return RoutingChoice Modifier and Type Method Description static RoutingChoiceRoutingChoice. fromString(String name)Creates or finds a RoutingChoice from its string representation.RoutingChoiceRoutingPreference. routingChoice()Get the routingChoice property: Routing Choice defines the kind of network routing opted by the user.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type RoutingChoice Modifier and Type Method Description static Collection<RoutingChoice>RoutingChoice. values()Methods in com.azure.resourcemanager.storage.models with parameters of type RoutingChoice Modifier and Type Method Description RoutingPreferenceRoutingPreference. withRoutingChoice(RoutingChoice routingChoice)Set the routingChoice property: Routing Choice defines the kind of network routing opted by the user.
-