JobsListOutputFilesOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JobsListOutputFilesOptions() |
Initializes a new instance of the JobsListOutputFilesOptions class. |
JobsListOutputFilesOptions(String, String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the JobsListOutputFilesOptions class. |
JobsListOutputFilesOptions()
Initializes a new instance of the JobsListOutputFilesOptions class.
public JobsListOutputFilesOptions ();
Public Sub New ()
Applies to
JobsListOutputFilesOptions(String, String, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the JobsListOutputFilesOptions class.
public JobsListOutputFilesOptions (string outputdirectoryid, string directory = default, int? linkexpiryinminutes = default, int? maxResults = default);
new Microsoft.Azure.Management.BatchAI.Models.JobsListOutputFilesOptions : string * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.JobsListOutputFilesOptions
Public Sub New (outputdirectoryid As String, Optional directory As String = Nothing, Optional linkexpiryinminutes As Nullable(Of Integer) = Nothing, Optional maxResults As Nullable(Of Integer) = Nothing)
Parameters
- outputdirectoryid
- String
Id of the job output directory. This is the OutputDirectory-->id parameter that is given by the user during Create Job.
- directory
- String
The path to the directory.
The number of minutes after which the download link will expire.
The maximum number of items to return in the response. A maximum of 1000 files can be returned.
Applies to
Azure SDK for .NET