ExpressRouteCircuitPeeringId Class

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

public class ExpressRouteCircuitPeeringId

ExpressRoute circuit peering identifier.

Constructor Summary

Constructor Description
ExpressRouteCircuitPeeringId()

Method Summary

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

Get the ID of the ExpressRoute circuit peering.

ExpressRouteCircuitPeeringId withId(String id)

Set the ID of the ExpressRoute circuit peering.

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

ExpressRouteCircuitPeeringId

public ExpressRouteCircuitPeeringId()

Method Details

id

public String id()

Get the ID of the ExpressRoute circuit peering.

Returns:

the id value

withId

public ExpressRouteCircuitPeeringId withId(String id)

Set the ID of the ExpressRoute circuit peering.

Parameters:

id - the id value to set

Returns:

the ExpressRouteCircuitPeeringId object itself.

Applies to