Gets and sets the property ActionOnFailure.
This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.

C# |
public string ActionOnFailure { get; set; }
This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.
C# |
public string ActionOnFailure { get; set; }