| Modifier and Type | Method and Description |
|---|---|
AutoHealCustomAction |
AutoHealActions.customAction()
Get custom action to be taken.
|
AutoHealCustomAction |
AutoHealCustomAction.withExe(String exe)
Set executable to be run.
|
AutoHealCustomAction |
AutoHealCustomAction.withParameters(String parameters)
Set parameters for the executable.
|
| Modifier and Type | Method and Description |
|---|---|
AutoHealActions |
AutoHealActions.withCustomAction(AutoHealCustomAction customAction)
Set custom action to be taken.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/