Class ExpressRouteServiceProviderInner


  • public final class ExpressRouteServiceProviderInner
    extends com.azure.core.management.Resource
    A ExpressRouteResourceProvider object.
    • Constructor Detail

      • ExpressRouteServiceProviderInner

        public ExpressRouteServiceProviderInner()
    • Method Detail

      • id

        public String id()
        Get the id property: Resource ID.
        Overrides:
        id in class com.azure.core.management.ProxyResource
        Returns:
        the id value.
      • withId

        public ExpressRouteServiceProviderInner withId​(String id)
        Set the id property: Resource ID.
        Parameters:
        id - the id value to set.
        Returns:
        the ExpressRouteServiceProviderInner object itself.
      • peeringLocations

        public List<String> peeringLocations()
        Get the peeringLocations property: A list of peering locations.
        Returns:
        the peeringLocations value.
      • withPeeringLocations

        public ExpressRouteServiceProviderInner withPeeringLocations​(List<String> peeringLocations)
        Set the peeringLocations property: A list of peering locations.
        Parameters:
        peeringLocations - the peeringLocations value to set.
        Returns:
        the ExpressRouteServiceProviderInner object itself.
      • provisioningState

        public ProvisioningState provisioningState()
        Get the provisioningState property: The provisioning state of the express route service provider resource.
        Returns:
        the provisioningState value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.