VirtualHubIdArgs

data class VirtualHubIdArgs(val id: Output<String>? = null) : ConvertibleToJava<VirtualHubIdArgs>

Virtual Hub identifier.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null)

Properties

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

The resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed. The Virtual Hub resource and the ExpressRoute gateway resource reside in the same subscription.

Functions

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