Get Virtual Hub Connection Result
data class GetVirtualHubConnectionResult(val id: String, val internetSecurityEnabled: Boolean, val name: String, val remoteVirtualNetworkId: String, val resourceGroupName: String, val routings: List<GetVirtualHubConnectionRouting>, val virtualHubId: String, val virtualHubName: String)
A collection of values returned by getVirtualHubConnection.
Properties
Link copied to clipboard
Whether Internet Security is enabled to secure internet traffic on this connection
Link copied to clipboard
The ID of the Virtual Network which the Virtual Hub is connected
Link copied to clipboard
Link copied to clipboard
A routing
block as defined below.
Link copied to clipboard
The ID of the Virtual Hub within which this connection is created
Link copied to clipboard