Class RoutingChoice
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoutingChoice>
com.azure.resourcemanager.storage.models.RoutingChoice
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Routing Choice defines the kind of network routing opted by the user.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RoutingChoiceStatic value InternetRouting for RoutingChoice.static final RoutingChoiceStatic value MicrosoftRouting for RoutingChoice. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoutingChoicefromString(String name) Creates or finds a RoutingChoice from its string representation.static Collection<RoutingChoice> values()Gets known RoutingChoice values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MICROSOFT_ROUTING
Static value MicrosoftRouting for RoutingChoice. -
INTERNET_ROUTING
Static value InternetRouting for RoutingChoice.
-
-
Constructor Details
-
RoutingChoice
Deprecated.Use thefromString(String)factory method.Creates a new instance of RoutingChoice value.
-
-
Method Details
-
fromString
Creates or finds a RoutingChoice from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RoutingChoice.
-
values
Gets known RoutingChoice values.- Returns:
- known RoutingChoice values.
-
fromString(String)factory method.