Sdílet prostřednictvím


WorkspacesListByResourceGroupOptions Konstruktory

Definice

Přetížení

WorkspacesListByResourceGroupOptions()

Inicializuje novou instanci WorkspacesListByResourceGroupOptions třídy.

WorkspacesListByResourceGroupOptions(Nullable<Int32>)

Inicializuje novou instanci WorkspacesListByResourceGroupOptions třídy.

WorkspacesListByResourceGroupOptions()

Inicializuje novou instanci WorkspacesListByResourceGroupOptions třídy.

public WorkspacesListByResourceGroupOptions ();
Public Sub New ()

Platí pro

WorkspacesListByResourceGroupOptions(Nullable<Int32>)

Inicializuje novou instanci WorkspacesListByResourceGroupOptions třídy.

public WorkspacesListByResourceGroupOptions (int? maxResults = default);
new Microsoft.Azure.Management.BatchAI.Models.WorkspacesListByResourceGroupOptions : Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.WorkspacesListByResourceGroupOptions
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