Delen via


ExperimentsListByWorkspaceOptions Constructors

Definitie

Overloads

ExperimentsListByWorkspaceOptions()

Initialiseert een nieuw exemplaar van de klasse ExperimentsListByWorkspaceOptions.

ExperimentsListByWorkspaceOptions(Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse ExperimentsListByWorkspaceOptions.

ExperimentsListByWorkspaceOptions()

Initialiseert een nieuw exemplaar van de klasse ExperimentsListByWorkspaceOptions.

public ExperimentsListByWorkspaceOptions ();
Public Sub New ()

Van toepassing op

ExperimentsListByWorkspaceOptions(Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse ExperimentsListByWorkspaceOptions.

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>

Het maximum aantal items dat in het antwoord moet worden geretourneerd. Er kunnen maximaal 1000 bestanden worden geretourneerd.

Van toepassing op