BatchNodeExtensionsListOptions Class

  • java.lang.Object
    • com.azure.compute.batch.models.BatchNodeExtensionsListOptions

public final class BatchNodeExtensionsListOptions

Optional parameters for List Node Extensions operation.

Constructor Summary

Constructor Description
BatchNodeExtensionsListOptions()

Creates an instance of BatchNodeExtensionsListOptions class.

Method Summary

Modifier and Type Method and Description
Integer getMaxPageSize()

Get the maxPageSize property: The maximum number of items to return in the response.

List<String> getSelect()

Get the select property: An OData $select clause.

Duration getTimeOutInSeconds()

Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.

BatchNodeExtensionsListOptions setMaxPageSize(Integer maxPageSize)

Set the maxPageSize property: The maximum number of items to return in the response.

BatchNodeExtensionsListOptions setSelect(List<String> select)

Set the select property: An OData $select clause.

BatchNodeExtensionsListOptions setTimeOutInSeconds(Duration timeOutInSeconds)

Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.

Methods inherited from java.lang.Object

Constructor Details

BatchNodeExtensionsListOptions

public BatchNodeExtensionsListOptions()

Creates an instance of BatchNodeExtensionsListOptions class.

Method Details

getMaxPageSize

public Integer getMaxPageSize()

Get the maxPageSize property: The maximum number of items to return in the response. A maximum of 1000 applications can be returned.

Returns:

the maxPageSize value.

getSelect

public List<String> getSelect()

Get the select property: An OData $select clause.

Returns:

the select value.

getTimeOutInSeconds

public Duration getTimeOutInSeconds()

Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.".

Returns:

the timeOutInSeconds value.

setMaxPageSize

public BatchNodeExtensionsListOptions setMaxPageSize(Integer maxPageSize)

Set the maxPageSize property: The maximum number of items to return in the response. A maximum of 1000 applications can be returned.

Parameters:

maxPageSize - the maxPageSize value to set.

Returns:

the BatchNodeExtensionsListOptions object itself.

setSelect

public BatchNodeExtensionsListOptions setSelect(List<String> select)

Set the select property: An OData $select clause.

Parameters:

select - the select value to set.

Returns:

the BatchNodeExtensionsListOptions object itself.

setTimeOutInSeconds

public BatchNodeExtensionsListOptions setTimeOutInSeconds(Duration timeOutInSeconds)

Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.".

Parameters:

timeOutInSeconds - the timeOutInSeconds value to set.

Returns:

the BatchNodeExtensionsListOptions object itself.

Applies to