Uses of Class
com.azure.resourcemanager.network.fluent.models.RoutePropertiesFormat
Packages that use RoutePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of RoutePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RoutePropertiesFormatModifier and TypeMethodDescriptionstatic RoutePropertiesFormatRoutePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoutePropertiesFormat from the JsonReader.RoutePropertiesFormat.withAddressPrefix(String addressPrefix) Set the addressPrefix property: The destination CIDR to which the route applies.RoutePropertiesFormat.withNextHopIpAddress(String nextHopIpAddress) Set the nextHopIpAddress property: The IP address packets should be forwarded to.RoutePropertiesFormat.withNextHopType(RouteNextHopType nextHopType) Set the nextHopType property: The type of Azure hop the packet should be sent to.