Route Table Route
data class RouteTableRoute(val addressPrefix: String, val name: String, val nextHopInIpAddress: String? = null, val nextHopType: String)
Constructors
Link copied to clipboard
fun RouteTableRoute(addressPrefix: String, name: String, nextHopInIpAddress: String? = null, nextHopType: String)
Types
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.