FileServersListByWorkspaceOptions 建構函式

定義

多載

FileServersListByWorkspaceOptions()

初始化 FileServersListByWorkspaceOptions 類別的新實例。

FileServersListByWorkspaceOptions(Nullable<Int32>)

初始化 FileServersListByWorkspaceOptions 類別的新實例。

FileServersListByWorkspaceOptions()

初始化 FileServersListByWorkspaceOptions 類別的新實例。

public FileServersListByWorkspaceOptions ();
Public Sub New ()

適用於

FileServersListByWorkspaceOptions(Nullable<Int32>)

初始化 FileServersListByWorkspaceOptions 類別的新實例。

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)

參數

maxResults
Nullable<Int32>

回應中要傳回的專案數目上限。 最多可以傳回 1000 個檔案。

適用於