Udostępnij za pośrednictwem


WorkspacesListByResourceGroupOptions Konstruktory

Definicja

Przeciążenia

WorkspacesListByResourceGroupOptions()

Inicjuje nowe wystąpienie klasy WorkspacesListByResourceGroupOptions.

WorkspacesListByResourceGroupOptions(Nullable<Int32>)

Inicjuje nowe wystąpienie klasy WorkspacesListByResourceGroupOptions.

WorkspacesListByResourceGroupOptions()

Inicjuje nowe wystąpienie klasy WorkspacesListByResourceGroupOptions.

public WorkspacesListByResourceGroupOptions ();
Public Sub New ()

Dotyczy

WorkspacesListByResourceGroupOptions(Nullable<Int32>)

Inicjuje nowe wystąpienie klasy WorkspacesListByResourceGroupOptions.

public WorkspacesListByResourceGroupOptions (int? maxResults = default);
new Microsoft.Azure.Management.BatchAI.Models.WorkspacesListByResourceGroupOptions : Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.WorkspacesListByResourceGroupOptions
Public Sub New (Optional maxResults As Nullable(Of Integer) = Nothing)

Parametry

maxResults
Nullable<Int32>

Maksymalna liczba elementów do zwrócenia w odpowiedzi. Można zwrócić maksymalnie 1000 plików.

Dotyczy