public class AutoHealCustomAction extends Object
| Constructor and Description |
|---|
AutoHealCustomAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
exe()
Get the exe value.
|
String |
parameters()
Get the parameters value.
|
AutoHealCustomAction |
withExe(String exe)
Set the exe value.
|
AutoHealCustomAction |
withParameters(String parameters)
Set the parameters value.
|
public String exe()
public AutoHealCustomAction withExe(String exe)
exe - the exe value to setpublic String parameters()
public AutoHealCustomAction withParameters(String parameters)
parameters - the parameters value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/