Class PrivateZoneListResult

java.lang.Object
com.azure.resourcemanager.privatedns.models.PrivateZoneListResult

public final class PrivateZoneListResult extends Object
The response to a Private DNS zone list operation.
  • Constructor Details

    • PrivateZoneListResult

      public PrivateZoneListResult()
  • Method Details

    • value

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

      public PrivateZoneListResult withValue(List<PrivateZoneInner> value)
      Set the value property: Information about the Private DNS zones.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateZoneListResult 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.