你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutoHealCustomAction Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.AutoHealCustomAction

public class AutoHealCustomAction

Custom action to be executed when an auto heal rule is triggered.

Method Summary

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.

Method Details

exe

public String exe()

Get the exe value.

Returns:

the exe value

parameters

public String parameters()

Get the parameters value.

Returns:

the parameters value

withExe

public AutoHealCustomAction withExe(String exe)

Set the exe value.

Parameters:

exe - the exe value to set

Returns:

the AutoHealCustomAction object itself.

withParameters

public AutoHealCustomAction withParameters(String parameters)

Set the parameters value.

Parameters:

parameters - the parameters value to set

Returns:

the AutoHealCustomAction object itself.

Applies to