Class DnsResolverListResult

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

public final class DnsResolverListResult extends Object
The response to an enumeration operation on DNS resolvers.
  • Constructor Details

    • DnsResolverListResult

      public DnsResolverListResult()
  • Method Details

    • value

      public List<DnsResolverInner> value()
      Get the value property: Enumeration of the DNS resolvers.
      Returns:
      the value value.
    • withValue

      public DnsResolverListResult withValue(List<DnsResolverInner> value)
      Set the value property: Enumeration of the DNS resolvers.
      Parameters:
      value - the value value to set.
      Returns:
      the DnsResolverListResult 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.