Uses of Class
com.azure.resourcemanager.network.models.RoutingPolicy
Packages that use RoutingPolicy
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RoutingPolicy in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type RoutingPolicyModifier and TypeMethodDescriptionRoutingIntentInner.routingPolicies()Get the routingPolicies property: List of routing policies.RoutingIntentProperties.routingPolicies()Get the routingPolicies property: List of routing policies.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type RoutingPolicyModifier and TypeMethodDescriptionRoutingIntentInner.withRoutingPolicies(List<RoutingPolicy> routingPolicies) Set the routingPolicies property: List of routing policies.RoutingIntentProperties.withRoutingPolicies(List<RoutingPolicy> routingPolicies) Set the routingPolicies property: List of routing policies. -
Uses of RoutingPolicy in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RoutingPolicyModifier and TypeMethodDescriptionstatic RoutingPolicyRoutingPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoutingPolicy from the JsonReader.RoutingPolicy.withDestinations(List<String> destinations) Set the destinations property: List of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic).Set the name property: The unique name for the routing policy.RoutingPolicy.withNextHop(String nextHop) Set the nextHop property: The next hop resource id on which this routing policy is applicable to.