Uses of Class
com.azure.resourcemanager.network.models.RoutingRuleRouteDestination
Packages that use RoutingRuleRouteDestination
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RoutingRuleRouteDestination in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RoutingRuleRouteDestinationModifier and TypeMethodDescriptionRoutingRuleInner.destination()Get the destination property: Indicates the destination for this particular rule.RoutingRulePropertiesFormat.destination()Get the destination property: Indicates the destination for this particular rule.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type RoutingRuleRouteDestinationModifier and TypeMethodDescriptionRoutingRuleInner.withDestination(RoutingRuleRouteDestination destination) Set the destination property: Indicates the destination for this particular rule.RoutingRulePropertiesFormat.withDestination(RoutingRuleRouteDestination destination) Set the destination property: Indicates the destination for this particular rule. -
Uses of RoutingRuleRouteDestination in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RoutingRuleRouteDestinationModifier and TypeMethodDescriptionstatic RoutingRuleRouteDestinationRoutingRuleRouteDestination.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoutingRuleRouteDestination from the JsonReader.RoutingRuleRouteDestination.withDestinationAddress(String destinationAddress) Set the destinationAddress property: Destination address.RoutingRuleRouteDestination.withType(RoutingRuleDestinationType type) Set the type property: Destination type.