VirtualNetworkPropertiesRouteTableArgs

data class VirtualNetworkPropertiesRouteTableArgs(val id: Output<String>? = null, val name: Output<String>? = null, val routes: Output<List<VirtualNetworkPropertiesRoutesArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<VirtualNetworkPropertiesRouteTableArgs>

RouteTable for the subnet

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>? = null, routes: Output<List<VirtualNetworkPropertiesRoutesArgs>>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

Etag - Gets a unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val name: Output<String>? = null

Name - READ-ONLY; Resource name.

Link copied to clipboard

Routes - Collection of routes contained within a route table.

Link copied to clipboard
val type: Output<String>? = null

Type - READ-ONLY; Resource type.

Functions

Link copied to clipboard
open override fun toJava(): VirtualNetworkPropertiesRouteTableArgs