Route Table Route Args
data class RouteTableRouteArgs(val addressPrefix: Output<String>, val name: Output<String>, val nextHopInIpAddress: Output<String>? = null, val nextHopType: Output<String>) : ConvertibleToJava<RouteTableRouteArgs>
Constructors
Link copied to clipboard
fun RouteTableRouteArgs(addressPrefix: Output<String>, name: Output<String>, nextHopInIpAddress: Output<String>? = null, nextHopType: Output<String>)
Functions
Properties
Link copied to clipboard
The destination to which the route applies. Can be CIDR (such as 10.1.0.0/16
) or Azure Service Tag (such as ApiManagement
, AzureBackup
or AzureMonitor
) format.