Class GetBatchTaskOptions

java.lang.Object
com.azure.compute.batch.models.GetBatchTaskOptions

public final class GetBatchTaskOptions extends Object
Optional parameters for Get Task operation.
  • Constructor Details

    • GetBatchTaskOptions

      public GetBatchTaskOptions()
      Creates an instance of GetBatchTaskOptions class.
  • Method Details

    • getTimeOutInSeconds

      public Integer 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.
    • setTimeOutInSeconds

      public GetBatchTaskOptions setTimeOutInSeconds(Integer 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 GetBatchTaskOptions object itself.
    • getSelect

      public List<String> getSelect()
      Get the select property: An OData $select clause.
      Returns:
      the select value.
    • setSelect

      public GetBatchTaskOptions setSelect(List<String> select)
      Set the select property: An OData $select clause.
      Parameters:
      select - the select value to set.
      Returns:
      the GetBatchTaskOptions object itself.
    • getExpand

      public List<String> getExpand()
      Get the expand property: An OData $expand clause.
      Returns:
      the expand value.
    • setExpand

      public GetBatchTaskOptions setExpand(List<String> expand)
      Set the expand property: An OData $expand clause.
      Parameters:
      expand - the expand value to set.
      Returns:
      the GetBatchTaskOptions object itself.