java.lang.Object
com.azure.resourcemanager.desktopvirtualization.models.HostPoolList

public final class HostPoolList extends Object
HostPoolList List of HostPool definitions.
  • Constructor Details

    • HostPoolList

      public HostPoolList()
  • Method Details

    • value

      public List<HostPoolInner> value()
      Get the value property: List of HostPool definitions.
      Returns:
      the value value.
    • withValue

      public HostPoolList withValue(List<HostPoolInner> value)
      Set the value property: List of HostPool definitions.
      Parameters:
      value - the value value to set.
      Returns:
      the HostPoolList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to 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.