JobsListOutputFilesOptions Class
Parameter group.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelJobsListOutputFilesOptions
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
|
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python