Class OutboundEndpointListResult

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

public final class OutboundEndpointListResult extends Object
The response to an enumeration operation on outbound endpoints for a DNS resolver.
  • Constructor Details

    • OutboundEndpointListResult

      public OutboundEndpointListResult()
  • Method Details

    • value

      public List<OutboundEndpointInner> value()
      Get the value property: Enumeration of the outbound endpoints for a DNS resolver.
      Returns:
      the value value.
    • withValue

      Set the value property: Enumeration of the outbound endpoints for a DNS resolver.
      Parameters:
      value - the value value to set.
      Returns:
      the OutboundEndpointListResult 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.