VirtualHubId Class

  • java.lang.Object
    • com.microsoft.azure.management.network.VirtualHubId

public class VirtualHubId

Virtual Hub identifier.

Constructor Summary

Constructor Description
VirtualHubId()

Method Summary

Modifier and Type Method and Description
java.lang.String id()

Get the resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed.

VirtualHubId withId(String id)

Set the resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VirtualHubId

public VirtualHubId()

Method Details

id

public String 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

public VirtualHubId withId(String id)

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.

Applies to