Resize Operation Status Response
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).
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
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
Link copied to clipboard