Class JobsListOutputFilesOptions
java.lang.Object
com.microsoft.azure.management.batchai.JobsListOutputFilesOptions
Additional parameters for listOutputFiles operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the path to the directory.Get the number of minutes after which the download link will expire.Get the maximum number of items to return in the response.Get id of the job output directory.withDirectory
(String directory) Set the path to the directory.withLinkexpiryinminutes
(Integer linkexpiryinminutes) Set the number of minutes after which the download link will expire.withMaxResults
(Integer maxResults) Set the maximum number of items to return in the response.withOutputdirectoryid
(String outputdirectoryid) Set id of the job output directory.
-
Constructor Details
-
JobsListOutputFilesOptions
public JobsListOutputFilesOptions()
-
-
Method Details
-
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
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
Get the path to the directory.- Returns:
- the directory value
-
withDirectory
Set the path to the directory.- Parameters:
directory
- the directory value to set- Returns:
- the JobsListOutputFilesOptions object itself.
-
linkexpiryinminutes
Get the number of minutes after which the download link will expire.- Returns:
- the linkexpiryinminutes value
-
withLinkexpiryinminutes
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
Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.- Returns:
- the maxResults value
-
withMaxResults
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.
-