Freigeben über


WorkspacesListOptions Konstruktoren

Definition

Überlädt

WorkspacesListOptions()

Initialisiert eine neue instance der WorkspacesListOptions-Klasse.

WorkspacesListOptions(Nullable<Int32>)

Initialisiert eine neue instance der WorkspacesListOptions-Klasse.

WorkspacesListOptions()

Initialisiert eine neue instance der WorkspacesListOptions-Klasse.

public WorkspacesListOptions();
Public Sub New ()

Gilt für:

WorkspacesListOptions(Nullable<Int32>)

Initialisiert eine neue instance der WorkspacesListOptions-Klasse.

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)

Parameter

maxResults
Nullable<Int32>

Die maximale Anzahl von Elementen, die in der Antwort zurückgegeben werden sollen. Es können maximal 1000 Dateien zurückgegeben werden.

Gilt für: