Uses of Class
com.azure.resourcemanager.network.models.RoutingRuleDestinationType
Packages that use RoutingRuleDestinationType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RoutingRuleDestinationType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type RoutingRuleDestinationType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classRouting rule destination type.Fields in com.azure.resourcemanager.network.models declared as RoutingRuleDestinationTypeModifier and TypeFieldDescriptionstatic final RoutingRuleDestinationTypeRoutingRuleDestinationType.ADDRESS_PREFIXStatic value AddressPrefix for RoutingRuleDestinationType.static final RoutingRuleDestinationTypeRoutingRuleDestinationType.SERVICE_TAGStatic value ServiceTag for RoutingRuleDestinationType.Methods in com.azure.resourcemanager.network.models that return RoutingRuleDestinationTypeModifier and TypeMethodDescriptionstatic RoutingRuleDestinationTypeRoutingRuleDestinationType.fromString(String name) Creates or finds a RoutingRuleDestinationType from its string representation.RoutingRuleRouteDestination.type()Get the type property: Destination type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RoutingRuleDestinationTypeModifier and TypeMethodDescriptionstatic Collection<RoutingRuleDestinationType> RoutingRuleDestinationType.values()Gets known RoutingRuleDestinationType values.Methods in com.azure.resourcemanager.network.models with parameters of type RoutingRuleDestinationTypeModifier and TypeMethodDescriptionRoutingRuleRouteDestination.withType(RoutingRuleDestinationType type) Set the type property: Destination type.