Class JobsListOutputFilesOptions

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

public class JobsListOutputFilesOptions extends Object
Additional parameters for listOutputFiles operation.
  • Constructor Details

    • JobsListOutputFilesOptions

      public JobsListOutputFilesOptions()
  • Method Details

    • outputdirectoryid

      public String outputdirectoryid()
      Get id of the job output directory. This is the OutputDirectory-->id parameter that is given by the user during Create Job.
      Returns:
      the outputdirectoryid value
    • withOutputdirectoryid

      public JobsListOutputFilesOptions withOutputdirectoryid(String outputdirectoryid)
      Set id of the job output directory. This is the OutputDirectory-->id parameter that is given by the user during Create Job.
      Parameters:
      outputdirectoryid - the outputdirectoryid value to set
      Returns:
      the JobsListOutputFilesOptions object itself.
    • directory

      public String directory()
      Get the path to the directory.
      Returns:
      the directory value
    • withDirectory

      public JobsListOutputFilesOptions withDirectory(String directory)
      Set the path to the directory.
      Parameters:
      directory - the directory value to set
      Returns:
      the JobsListOutputFilesOptions object itself.
    • linkexpiryinminutes

      public Integer linkexpiryinminutes()
      Get the number of minutes after which the download link will expire.
      Returns:
      the linkexpiryinminutes value
    • withLinkexpiryinminutes

      public JobsListOutputFilesOptions withLinkexpiryinminutes(Integer linkexpiryinminutes)
      Set the number of minutes after which the download link will expire.
      Parameters:
      linkexpiryinminutes - the linkexpiryinminutes value to set
      Returns:
      the JobsListOutputFilesOptions object itself.
    • 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 JobsListOutputFilesOptions 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 JobsListOutputFilesOptions object itself.