JobsListByExperimentOptions 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
JobsListByExperimentOptions() |
Initializes a new instance of the JobsListByExperimentOptions class. |
JobsListByExperimentOptions(Nullable<Int32>) |
Initializes a new instance of the JobsListByExperimentOptions class. |
JobsListByExperimentOptions()
Initializes a new instance of the JobsListByExperimentOptions class.
public JobsListByExperimentOptions ();
Public Sub New ()
Applies to
JobsListByExperimentOptions(Nullable<Int32>)
Initializes a new instance of the JobsListByExperimentOptions class.
public JobsListByExperimentOptions (int? maxResults = default);
new Microsoft.Azure.Management.BatchAI.Models.JobsListByExperimentOptions : Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.JobsListByExperimentOptions
Public Sub New (Optional maxResults As Nullable(Of Integer) = Nothing)
Parameters
The maximum number of items to return in the response. A maximum of 1000 files can be returned.
Applies to
Azure SDK for .NET