Uses of Class
com.azure.resourcemanager.network.fluent.models.RoutingRulePropertiesFormat
Packages that use RoutingRulePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of RoutingRulePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RoutingRulePropertiesFormatModifier and TypeMethodDescriptionstatic RoutingRulePropertiesFormatRoutingRulePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoutingRulePropertiesFormat from the JsonReader.RoutingRulePropertiesFormat.withDescription(String description) Set the description property: A description for this rule.RoutingRulePropertiesFormat.withDestination(RoutingRuleRouteDestination destination) Set the destination property: Indicates the destination for this particular rule.RoutingRulePropertiesFormat.withNextHop(RoutingRuleNextHop nextHop) Set the nextHop property: Indicates the next hop for this particular rule.