GetVirtualHubConnectionRoutingStaticVnetRoute

data class GetVirtualHubConnectionRoutingStaticVnetRoute(val addressPrefixes: List<String>, val name: String, val nextHopIpAddress: String)

Constructors

constructor(addressPrefixes: List<String>, name: String, nextHopIpAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of CIDR Ranges which is used as Address Prefixes.

Link copied to clipboard

The name of the Connection which should be retrieved.

Link copied to clipboard

The IP Address which is used for the Next Hop.