JobsListOutputFilesOptions Class
Parameter group.
All required parameters must be populated in order to send to Azure.
Constructor
JobsListOutputFilesOptions(*, outputdirectoryid: str, directory: str | None = '.', linkexpiryinminutes: int | None = 60, max_results: int | None = 1000, **kwargs)
Parameters
Name | Description |
---|---|
outputdirectoryid
Required
|
Required. Id of the job output directory. This is the OutputDirectory–>id parameter that is given by the user during Create Job. |
directory
Required
|
The path to the directory. |
linkexpiryinminutes
Required
|
The number of minutes after which the download link will expire. |
max_results
Required
|
The maximum number of items to return in the response. A maximum of 1000 files can be returned. |
Keyword-Only Parameters
Name | Description |
---|---|
outputdirectoryid
Required
|
|
directory
|
Default value: .
|
linkexpiryinminutes
|
Default value: 60
|
max_results
|
Default value: 1000
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python