Class WorkspacesListOptions

java.lang.Object
com.microsoft.azure.management.batchai.WorkspacesListOptions

public class WorkspacesListOptions extends Object
Additional parameters for list operation.
  • Constructor Details

    • WorkspacesListOptions

      public WorkspacesListOptions()
  • Method Details

    • maxResults

      public Integer maxResults()
      Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
      Returns:
      the maxResults value
    • withMaxResults

      public WorkspacesListOptions withMaxResults(Integer maxResults)
      Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
      Parameters:
      maxResults - the maxResults value to set
      Returns:
      the WorkspacesListOptions object itself.