ClustersListByWorkspaceOptions Class

  • java.lang.Object
    • com.microsoft.azure.management.batchai.ClustersListByWorkspaceOptions

public class ClustersListByWorkspaceOptions

Additional parameters for listByWorkspace operation.

Method Summary

Modifier and Type Method and Description
Integer maxResults()

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

ClustersListByWorkspaceOptions withMaxResults(Integer maxResults)

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

Method Details

maxResults

public Integer 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

public ClustersListByWorkspaceOptions withMaxResults(Integer maxResults)

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.

Applies to