RoutingChoice Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. RoutingChoice
- com.
- com.
public final class RoutingChoice
extends ExpandableStringEnum<RoutingChoice>
Routing Choice defines the kind of network routing opted by the user.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Routing |
INTERNET_ROUTING
Static value Internet |
static final
Routing |
MICROSOFT_ROUTING
Static value Microsoft |
Constructor Summary
Constructor | Description |
---|---|
RoutingChoice() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Routing |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Routing |
fromString(String name)
Creates or finds a Routing |
static
Collection<Routing |
values()
Gets known Routing |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
INTERNET_ROUTING
public static final RoutingChoice INTERNET_ROUTING
Static value InternetRouting for RoutingChoice.
MICROSOFT_ROUTING
public static final RoutingChoice MICROSOFT_ROUTING
Static value MicrosoftRouting for RoutingChoice.
Constructor Details
RoutingChoice
@Deprecated
public RoutingChoice()
Deprecated
Creates a new instance of RoutingChoice value.
Method Details
fromString
public static RoutingChoice fromString(String name)
Creates or finds a RoutingChoice from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known RoutingChoice values.
Returns:
Applies to
Azure SDK for Java