Share via


ExperimentsListByWorkspaceOptions Constructors

Definition

Overloads

ExperimentsListByWorkspaceOptions()

Initializes a new instance of the ExperimentsListByWorkspaceOptions class.

ExperimentsListByWorkspaceOptions(Nullable<Int32>)

Initializes a new instance of the ExperimentsListByWorkspaceOptions class.

ExperimentsListByWorkspaceOptions()

Initializes a new instance of the ExperimentsListByWorkspaceOptions class.

public ExperimentsListByWorkspaceOptions ();
Public Sub New ()

Applies to

ExperimentsListByWorkspaceOptions(Nullable<Int32>)

Initializes a new instance of the ExperimentsListByWorkspaceOptions class.

public ExperimentsListByWorkspaceOptions (int? maxResults = default);
new Microsoft.Azure.Management.BatchAI.Models.ExperimentsListByWorkspaceOptions : Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.ExperimentsListByWorkspaceOptions
Public Sub New (Optional maxResults As Nullable(Of Integer) = Nothing)

Parameters

maxResults
Nullable<Int32>

The maximum number of items to return in the response. A maximum of 1000 files can be returned.

Applies to