Delen via


WorkspacesListOptions Constructors

Definitie

Overloads

WorkspacesListOptions()

Initialiseert een nieuw exemplaar van de klasse WorkspacesListOptions.

WorkspacesListOptions(Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse WorkspacesListOptions.

WorkspacesListOptions()

Initialiseert een nieuw exemplaar van de klasse WorkspacesListOptions.

public WorkspacesListOptions ();
Public Sub New ()

Van toepassing op

WorkspacesListOptions(Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse WorkspacesListOptions.

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