Delen via


FileServersListByWorkspaceOptions Constructors

Definitie

Overloads

FileServersListByWorkspaceOptions()

Initialiseert een nieuw exemplaar van de klasse FileServersListByWorkspaceOptions.

FileServersListByWorkspaceOptions(Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse FileServersListByWorkspaceOptions.

FileServersListByWorkspaceOptions()

Initialiseert een nieuw exemplaar van de klasse FileServersListByWorkspaceOptions.

public FileServersListByWorkspaceOptions ();
Public Sub New ()

Van toepassing op

FileServersListByWorkspaceOptions(Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

maxResults
Nullable<Int32>

Het maximum aantal items dat in het antwoord moet worden geretourneerd. Er kunnen maximaal 1000 bestanden worden geretourneerd.

Van toepassing op