Class ZoneListResult

java.lang.Object
com.azure.resourcemanager.dns.models.ZoneListResult

public final class ZoneListResult extends Object
The response to a Zone List or ListAll operation.
  • Constructor Details

    • ZoneListResult

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

    • value

      public List<ZoneInner> value()
      Get the value property: Information about the DNS zones.
      Returns:
      the value value.
    • withValue

      public ZoneListResult withValue(List<ZoneInner> value)
      Set the value property: Information about the DNS zones.
      Parameters:
      value - the value value to set.
      Returns:
      the ZoneListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The continuation token for the next page of results.
      Returns:
      the nextLink value.
    • validate

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