Class DnsForwardingRulesetListResult

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

public final class DnsForwardingRulesetListResult extends Object
The response to an enumeration operation on DNS forwarding rulesets.
  • Constructor Details

    • DnsForwardingRulesetListResult

      public DnsForwardingRulesetListResult()
  • Method Details

    • value

      Get the value property: Enumeration of the DNS forwarding rulesets.
      Returns:
      the value value.
    • withValue

      Set the value property: Enumeration of the DNS forwarding rulesets.
      Parameters:
      value - the value value to set.
      Returns:
      the DnsForwardingRulesetListResult 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.