AutoHealActions Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. AutoHealActions
- com.
public class AutoHealActions
Actions which to take by the auto-heal module when a rule is triggered.
Method Summary
Modifier and Type | Method and Description |
---|---|
Auto |
actionType()
Get the actionType value. |
Auto |
customAction()
Get the customAction value. |
String |
minProcessExecutionTime()
Get the minProcessExecutionTime value. |
Auto |
withActionType(AutoHealActionType actionType)
Set the actionType value. |
Auto |
withCustomAction(AutoHealCustomAction customAction)
Set the customAction value. |
Auto |
withMinProcessExecutionTime(String minProcessExecutionTime)
Set the minProcessExecutionTime value. |
Method Details
actionType
public AutoHealActionType actionType()
Get the actionType value.
Returns:
customAction
public AutoHealCustomAction customAction()
Get the customAction value.
Returns:
minProcessExecutionTime
public String minProcessExecutionTime()
Get the minProcessExecutionTime value.
Returns:
withActionType
public AutoHealActions withActionType(AutoHealActionType actionType)
Set the actionType value.
Parameters:
Returns:
withCustomAction
public AutoHealActions withCustomAction(AutoHealCustomAction customAction)
Set the customAction value.
Parameters:
Returns:
withMinProcessExecutionTime
public AutoHealActions withMinProcessExecutionTime(String minProcessExecutionTime)
Set the minProcessExecutionTime value.
Parameters:
Returns:
Applies to
Azure SDK for Java