ClusterContinueUpdateVersionParameters interface
ClusterContinueUpdateVersionParameters represents the body of the request to continue the update of a cluster version.
Properties
| machine |
The mode by which the cluster will target the next grouping of servers to continue the update. |
| safeguard |
Specifies how safeguards are applied during the continue update version operation. Use All to run all pre‑operation validation checks. Use None to bypass safeguards. If not specified, the default is All. |
Property Details
machineGroupTargetingMode
The mode by which the cluster will target the next grouping of servers to continue the update.
machineGroupTargetingMode?: string
Property Value
string
safeguardMode
Specifies how safeguards are applied during the continue update version operation. Use All to run all pre‑operation validation checks. Use None to bypass safeguards. If not specified, the default is All.
safeguardMode?: string
Property Value
string