Class VirtualHubId
java.lang.Object
com.microsoft.azure.management.network.VirtualHubId
Virtual Hub identifier.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid()
Get the resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed.Set the resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed.
-
Constructor Details
-
VirtualHubId
public VirtualHubId()
-
-
Method Details
-
id
Get 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.- Returns:
- the id value
-
withId
Set 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.- Parameters:
id
- the id value to set- Returns:
- the VirtualHubId object itself.
-