Class ClustersListByWorkspaceOptions
java.lang.Object
com.microsoft.azure.management.batchai.ClustersListByWorkspaceOptions
Additional parameters for listByWorkspace operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the maximum number of items to return in the response.withMaxResults
(Integer maxResults) Set the maximum number of items to return in the response.
-
Constructor Details
-
ClustersListByWorkspaceOptions
public ClustersListByWorkspaceOptions()
-
-
Method Details
-
maxResults
Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.- Returns:
- the maxResults value
-
withMaxResults
Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.- Parameters:
maxResults
- the maxResults value to set- Returns:
- the ClustersListByWorkspaceOptions object itself.
-