Uses of Class
com.azure.resourcemanager.network.models.RoutingPolicy
-
Packages that use RoutingPolicy Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 RoutingPolicy Modifier and Type Method Description List<RoutingPolicy>RoutingIntentInner. routingPolicies()Get the routingPolicies property: List of routing policies.List<RoutingPolicy>RoutingIntentProperties. routingPolicies()Get the routingPolicies property: List of routing policies.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type RoutingPolicy Modifier and Type Method Description RoutingIntentInnerRoutingIntentInner. withRoutingPolicies(List<RoutingPolicy> routingPolicies)Set the routingPolicies property: List of routing policies.RoutingIntentPropertiesRoutingIntentProperties. 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 RoutingPolicy Modifier and Type Method Description RoutingPolicyRoutingPolicy. withDestinations(List<String> destinations)Set the destinations property: List of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic).RoutingPolicyRoutingPolicy. withName(String name)Set the name property: The unique name for the routing policy.RoutingPolicyRoutingPolicy. withNextHop(String nextHop)Set the nextHop property: The next hop resource id on which this routing policy is applicable to.
-