Class SubResourceListResult

java.lang.Object
com.azure.resourcemanager.dnsresolver.models.SubResourceListResult

public final class SubResourceListResult extends Object
The response to an enumeration operation on sub-resources.
  • Constructor Details

    • SubResourceListResult

      public SubResourceListResult()
  • Method Details

    • value

      public List<com.azure.core.management.SubResource> value()
      Get the value property: Enumeration of the sub-resources.
      Returns:
      the value value.
    • withValue

      public SubResourceListResult withValue(List<com.azure.core.management.SubResource> value)
      Set the value property: Enumeration of the sub-resources.
      Parameters:
      value - the value value to set.
      Returns:
      the SubResourceListResult 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.