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

public final class SessionHostList extends Object
SessionHostList List of SessionHost definitions.
  • Constructor Details

    • SessionHostList

      public SessionHostList()
  • Method Details

    • value

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

      public SessionHostList withValue(List<SessionHostInner> value)
      Set the value property: List of SessionHost definitions.
      Parameters:
      value - the value value to set.
      Returns:
      the SessionHostList 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.