Sdílet prostřednictvím


FileServersListByWorkspaceOptions Konstruktory

Definice

Přetížení

FileServersListByWorkspaceOptions()

Inicializuje novou instanci FileServersListByWorkspaceOptions třídy.

FileServersListByWorkspaceOptions(Nullable<Int32>)

Inicializuje novou instanci FileServersListByWorkspaceOptions třídy.

FileServersListByWorkspaceOptions()

Inicializuje novou instanci FileServersListByWorkspaceOptions třídy.

public FileServersListByWorkspaceOptions ();
Public Sub New ()

Platí pro

FileServersListByWorkspaceOptions(Nullable<Int32>)

Inicializuje novou instanci FileServersListByWorkspaceOptions třídy.

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