| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AutoHealActions |
AutoHealRules.actions()
Get the actions property: Actions to be executed when a rule is triggered.
|
AutoHealActions |
AutoHealActions.withActionType(AutoHealActionType actionType)
Set the actionType property: Predefined action to be taken.
|
AutoHealActions |
AutoHealActions.withCustomAction(AutoHealCustomAction customAction)
Set the customAction property: Custom action to be taken.
|
AutoHealActions |
AutoHealActions.withMinProcessExecutionTime(String minProcessExecutionTime)
Set the minProcessExecutionTime property: Minimum time the process must execute before taking the action.
|
| Modifier and Type | Method and Description |
|---|---|
AutoHealRules |
AutoHealRules.withActions(AutoHealActions actions)
Set the actions property: Actions to be executed when a rule is triggered.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.