Sdílet prostřednictvím


ExperimentsListByWorkspaceOptions Konstruktory

Definice

Přetížení

ExperimentsListByWorkspaceOptions()

Inicializuje novou instanci ExperimentsListByWorkspaceOptions třídy.

ExperimentsListByWorkspaceOptions(Nullable<Int32>)

Inicializuje novou instanci ExperimentsListByWorkspaceOptions třídy.

ExperimentsListByWorkspaceOptions()

Inicializuje novou instanci ExperimentsListByWorkspaceOptions třídy.

public ExperimentsListByWorkspaceOptions ();
Public Sub New ()

Platí pro

ExperimentsListByWorkspaceOptions(Nullable<Int32>)

Inicializuje novou instanci ExperimentsListByWorkspaceOptions třídy.

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)

Parametry

maxResults
Nullable<Int32>

Maximální počet položek, které se mají v odpovědi vrátit. Může se vrátit maximálně 1000 souborů.

Platí pro