次の方法で共有


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>

応答で返される項目の最大数。 最大 1,000 個のファイルを返すことができます。

適用対象