Uses of Class
com.azure.resourcemanager.storage.models.RoutingChoice
Packages that use RoutingChoice
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of RoutingChoice in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type RoutingChoice in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classRouting Choice defines the kind of network routing opted by the user.Fields in com.azure.resourcemanager.storage.models declared as RoutingChoiceModifier and TypeFieldDescriptionstatic final RoutingChoiceRoutingChoice.INTERNET_ROUTINGStatic value InternetRouting for RoutingChoice.static final RoutingChoiceRoutingChoice.MICROSOFT_ROUTINGStatic value MicrosoftRouting for RoutingChoice.Methods in com.azure.resourcemanager.storage.models that return RoutingChoiceModifier and TypeMethodDescriptionstatic RoutingChoiceRoutingChoice.fromString(String name) Creates or finds a RoutingChoice from its string representation.RoutingPreference.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 RoutingChoiceModifier and TypeMethodDescriptionstatic Collection<RoutingChoice> RoutingChoice.values()Gets known RoutingChoice values.Methods in com.azure.resourcemanager.storage.models with parameters of type RoutingChoiceModifier and TypeMethodDescriptionRoutingPreference.withRoutingChoice(RoutingChoice routingChoice) Set the routingChoice property: Routing Choice defines the kind of network routing opted by the user.