Delen via


ClustersListByWorkspaceOptions Constructors

Definitie

Overloads

ClustersListByWorkspaceOptions()

Initialiseert een nieuw exemplaar van de klasse ClustersListByWorkspaceOptions.

ClustersListByWorkspaceOptions(Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse ClustersListByWorkspaceOptions.

ClustersListByWorkspaceOptions()

Initialiseert een nieuw exemplaar van de klasse ClustersListByWorkspaceOptions.

public ClustersListByWorkspaceOptions ();
Public Sub New ()

Van toepassing op

ClustersListByWorkspaceOptions(Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse ClustersListByWorkspaceOptions.

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