Class ExpressRouteCircuitPeeringId
java.lang.Object
com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringId
ExpressRoute circuit peering identifier.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExpressRouteCircuitPeeringId class. -
Method Summary
-
Constructor Details
-
ExpressRouteCircuitPeeringId
public ExpressRouteCircuitPeeringId()Creates an instance of ExpressRouteCircuitPeeringId class.
-
-
Method Details
-
id
Get the id property: The ID of the ExpressRoute circuit peering.- Returns:
- the id value.
-
withId
Set the id property: The ID of the ExpressRoute circuit peering.- Parameters:
id- the id value to set.- Returns:
- the ExpressRouteCircuitPeeringId object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-