Fixed Scale Settings Response
data class FixedScaleSettingsResponse(val resizeTimeout: String? = null, val targetDedicatedNodes: Int? = null, val targetLowPriorityNodes: Int? = null)
Constructors
Link copied to clipboard
fun FixedScaleSettingsResponse(resizeTimeout: String? = null, targetDedicatedNodes: Int? = null, targetLowPriorityNodes: Int? = null)
Types
Properties
Link copied to clipboard
The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).