ClustersListByWorkspaceOptions Constructors

Definition

Overloads

ClustersListByWorkspaceOptions()

Initializes a new instance of the ClustersListByWorkspaceOptions class.

ClustersListByWorkspaceOptions(Nullable<Int32>)

Initializes a new instance of the ClustersListByWorkspaceOptions class.

ClustersListByWorkspaceOptions()

Initializes a new instance of the ClustersListByWorkspaceOptions class.

public ClustersListByWorkspaceOptions ();
Public Sub New ()

Applies to

ClustersListByWorkspaceOptions(Nullable<Int32>)

Initializes a new instance of the ClustersListByWorkspaceOptions class.

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>

The maximum number of items to return in the response. A maximum of 1000 files can be returned.

Applies to