Get Virtual Hub Result
data class GetVirtualHubResult(val addressPrefix: String, val defaultRouteTableId: String, val id: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val virtualRouterAsn: Int, val virtualRouterIps: List<String>, val virtualWanId: String)
A collection of values returned by getVirtualHub.
Constructors
Properties
Link copied to clipboard
The Address Prefix used for this Virtual Hub.
Link copied to clipboard
The ID of the default Route Table in the Virtual Hub.
Link copied to clipboard
Link copied to clipboard
The Autonomous System Number of the Virtual Hub BGP router.
Link copied to clipboard
The IP addresses of the Virtual Hub BGP router.
Link copied to clipboard
The ID of the Virtual WAN within which the Virtual Hub exists.