Class RouteTableUsageMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RouteTableUsageMode>
com.azure.resourcemanager.network.models.RouteTableUsageMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class RouteTableUsageMode
extends com.azure.core.util.ExpandableStringEnum<RouteTableUsageMode>
Route table usage mode defines which route table will be used by the configuration. If not defined, this will default
to 'ManagedOnly'.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RouteTableUsageModeStatic value ManagedOnly for RouteTableUsageMode.static final RouteTableUsageModeStatic value UseExisting for RouteTableUsageMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RouteTableUsageModefromString(String name) Creates or finds a RouteTableUsageMode from its string representation.static Collection<RouteTableUsageMode> values()Gets known RouteTableUsageMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MANAGED_ONLY
Static value ManagedOnly for RouteTableUsageMode. -
USE_EXISTING
Static value UseExisting for RouteTableUsageMode.
-
-
Constructor Details
-
RouteTableUsageMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of RouteTableUsageMode value.
-
-
Method Details
-
fromString
Creates or finds a RouteTableUsageMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RouteTableUsageMode.
-
values
Gets known RouteTableUsageMode values.- Returns:
- known RouteTableUsageMode values.
-
fromString(String)factory method.