Class ExpressRouteCircuitPeeringId

java.lang.Object
com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringId

public final class ExpressRouteCircuitPeeringId extends Object
ExpressRoute circuit peering identifier.
  • Constructor Details

    • ExpressRouteCircuitPeeringId

      public ExpressRouteCircuitPeeringId()
      Creates an instance of ExpressRouteCircuitPeeringId class.
  • Method Details

    • id

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