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

public final class UserSessionList extends Object
UserSessionList List of UserSession definitions.
  • Constructor Details

    • UserSessionList

      public UserSessionList()
  • Method Details

    • value

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

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