Class RoutingRuleDestinationType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoutingRuleDestinationType>
com.azure.resourcemanager.network.models.RoutingRuleDestinationType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class RoutingRuleDestinationType
extends com.azure.core.util.ExpandableStringEnum<RoutingRuleDestinationType>
Routing rule destination type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RoutingRuleDestinationTypeStatic value AddressPrefix for RoutingRuleDestinationType.static final RoutingRuleDestinationTypeStatic value ServiceTag for RoutingRuleDestinationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoutingRuleDestinationTypefromString(String name) Creates or finds a RoutingRuleDestinationType from its string representation.static Collection<RoutingRuleDestinationType> values()Gets known RoutingRuleDestinationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ADDRESS_PREFIX
Static value AddressPrefix for RoutingRuleDestinationType. -
SERVICE_TAG
Static value ServiceTag for RoutingRuleDestinationType.
-
-
Constructor Details
-
RoutingRuleDestinationType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RoutingRuleDestinationType value.
-
-
Method Details
-
fromString
Creates or finds a RoutingRuleDestinationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RoutingRuleDestinationType.
-
values
Gets known RoutingRuleDestinationType values.- Returns:
- known RoutingRuleDestinationType values.
-
fromString(String)factory method.