Class IpAddressRange

java.lang.Object
com.azure.resourcemanager.appservice.models.IpAddressRange

public final class IpAddressRange extends Object
The ip address range.
  • Constructor Details

    • IpAddressRange

      public IpAddressRange()
  • Method Details

    • addressRange

      public String addressRange()
      Get the addressRange property: The IP address range.
      Returns:
      the addressRange value.
    • withAddressRange

      public IpAddressRange withAddressRange(String addressRange)
      Set the addressRange property: The IP address range.
      Parameters:
      addressRange - the addressRange value to set.
      Returns:
      the IpAddressRange object itself.
    • validate

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