Sdílet prostřednictvím


ClustersListByWorkspaceOptions Konstruktory

Definice

Přetížení

ClustersListByWorkspaceOptions()

Inicializuje novou instanci ClustersListByWorkspaceOptions třídy.

ClustersListByWorkspaceOptions(Nullable<Int32>)

Inicializuje novou instanci ClustersListByWorkspaceOptions třídy.

ClustersListByWorkspaceOptions()

Inicializuje novou instanci ClustersListByWorkspaceOptions třídy.

public ClustersListByWorkspaceOptions ();
Public Sub New ()

Platí pro

ClustersListByWorkspaceOptions(Nullable<Int32>)

Inicializuje novou instanci ClustersListByWorkspaceOptions třídy.

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

Parametry

maxResults
Nullable<Int32>

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

Platí pro