Virtual Hub Connection Routing Static Vnet Route Args
data class VirtualHubConnectionRoutingStaticVnetRouteArgs(val addressPrefixes: Output<List<String>>? = null, val name: Output<String>? = null, val nextHopIpAddress: Output<String>? = null) : ConvertibleToJava<VirtualHubConnectionRoutingStaticVnetRouteArgs>
Constructors
Link copied to clipboard
fun VirtualHubConnectionRoutingStaticVnetRouteArgs(addressPrefixes: Output<List<String>>? = null, name: Output<String>? = null, nextHopIpAddress: Output<String>? = null)