Share via


FileServersListByWorkspaceOptions Constructors

Definition

Overloads

FileServersListByWorkspaceOptions()

Initializes a new instance of the FileServersListByWorkspaceOptions class.

FileServersListByWorkspaceOptions(Nullable<Int32>)

Initializes a new instance of the FileServersListByWorkspaceOptions class.

FileServersListByWorkspaceOptions()

Initializes a new instance of the FileServersListByWorkspaceOptions class.

public FileServersListByWorkspaceOptions ();
Public Sub New ()

Applies to

FileServersListByWorkspaceOptions(Nullable<Int32>)

Initializes a new instance of the FileServersListByWorkspaceOptions class.

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)

Parameters

maxResults
Nullable<Int32>

The maximum number of items to return in the response. A maximum of 1000 files can be returned.

Applies to