/// <summary> /// Sets the StateReason property /// </summary> /// <param name="stateReason">The reason for the state change.</param> /// <returns>this instance</returns> public RunningInstance WithStateReason(StateReason stateReason) { this.stateReasonField = stateReason; return(this); }
/// <summary> /// Sets the StateReason property /// </summary> /// <param name="stateReason">The reason for the state change.</param> /// <returns>this instance</returns> public RunningInstance WithStateReason(StateReason stateReason) { this.stateReasonField = stateReason; return this; }
public Image WithStateReason(StateReason stateReason) { this.stateReasonField = stateReason; return this; }
/// <summary> /// Ses the reason for the state change. /// </summary> /// <param name="stateReason">The reason for the state change.</param> /// <returns>this instance</returns> public Image WithStateReason(StateReason stateReason) { this.stateReasonField = stateReason; return(this); }