Class ExpressRouteCircuitReference
- java.lang.Object
-
- com.microsoft.azure.management.network.ExpressRouteCircuitReference
-
public class ExpressRouteCircuitReference extends Object
The ExpressRouteCircuitReference model.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteCircuitReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id value.ExpressRouteCircuitReferencewithId(String id)Set the id value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
withId
public ExpressRouteCircuitReference withId(String id)
Set the id value.- Parameters:
id- the id value to set- Returns:
- the ExpressRouteCircuitReference object itself.
-
-