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

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

    • IpAddress

      public IpAddress()
  • Method Details

    • address

      public String address()
      Get the address property: The address.
      Returns:
      the address value.
    • withAddress

      public IpAddress withAddress(String address)
      Set the address property: The address.
      Parameters:
      address - the address value to set.
      Returns:
      the IpAddress object itself.
    • validate

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