ResizeOperationStatusResponse

data class ResizeOperationStatusResponse(val errors: List<ResizeErrorResponse>? = null, val nodeDeallocationOption: String? = null, val resizeTimeout: String? = null, val startTime: String? = null, val targetDedicatedNodes: Int? = null, val targetLowPriorityNodes: Int? = null)

Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).

Constructors

Link copied to clipboard
constructor(errors: List<ResizeErrorResponse>? = null, nodeDeallocationOption: String? = null, resizeTimeout: String? = null, startTime: String? = null, targetDedicatedNodes: Int? = null, targetLowPriorityNodes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.

Link copied to clipboard

The default value is requeue.

Link copied to clipboard
val resizeTimeout: String? = null

The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).

Link copied to clipboard
val startTime: String? = null
Link copied to clipboard
Link copied to clipboard