Class NetworkInterfaceLoadBalancerListResult

java.lang.Object
com.azure.resourcemanager.network.models.NetworkInterfaceLoadBalancerListResult

public final class NetworkInterfaceLoadBalancerListResult extends Object
Response for list ip configurations API service call.
  • Constructor Details

    • NetworkInterfaceLoadBalancerListResult

      public NetworkInterfaceLoadBalancerListResult()
      Creates an instance of NetworkInterfaceLoadBalancerListResult class.
  • Method Details

    • value

      public List<LoadBalancerInner> value()
      Get the value property: A list of load balancers.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of load balancers.
      Parameters:
      value - the value value to set.
      Returns:
      the NetworkInterfaceLoadBalancerListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.