Share via


WorkspacesListByResourceGroupOptions Constructors

Definition

Overloads

WorkspacesListByResourceGroupOptions()

Initializes a new instance of the WorkspacesListByResourceGroupOptions class.

WorkspacesListByResourceGroupOptions(Nullable<Int32>)

Initializes a new instance of the WorkspacesListByResourceGroupOptions class.

WorkspacesListByResourceGroupOptions()

Initializes a new instance of the WorkspacesListByResourceGroupOptions class.

public WorkspacesListByResourceGroupOptions ();
Public Sub New ()

Applies to

WorkspacesListByResourceGroupOptions(Nullable<Int32>)

Initializes a new instance of the WorkspacesListByResourceGroupOptions class.

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)

Parameters

maxResults
Nullable<Int32>

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

Applies to