BatchNodeExtensionGetOptions Class

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

public final class BatchNodeExtensionGetOptions

Optional parameters for Get Node Extension operation.

Constructor Summary

Constructor Description
BatchNodeExtensionGetOptions()

Creates an instance of BatchNodeExtensionGetOptions class.

Method Summary

Modifier and Type Method and Description
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.

BatchNodeExtensionGetOptions setSelect(List<String> select)

Set the select property: An OData $select clause.

BatchNodeExtensionGetOptions 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

BatchNodeExtensionGetOptions

public BatchNodeExtensionGetOptions()

Creates an instance of BatchNodeExtensionGetOptions class.

Method Details

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.

setSelect

public BatchNodeExtensionGetOptions setSelect(List<String> select)

Set the select property: An OData $select clause.

Parameters:

select - the select value to set.

Returns:

the BatchNodeExtensionGetOptions object itself.

setTimeOutInSeconds

public BatchNodeExtensionGetOptions 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 BatchNodeExtensionGetOptions object itself.

Applies to