ScriptActionExecutionSummary Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.ScriptActionExecutionSummary

public class ScriptActionExecutionSummary

The execution summary of a script action.

Constructor Summary

Constructor Description
ScriptActionExecutionSummary()

Method Summary

Modifier and Type Method and Description
java.lang.Integer instanceCount()

Get the instance count for a given script action execution status.

java.lang.String status()

Get the status of script action execution.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ScriptActionExecutionSummary

public ScriptActionExecutionSummary()

Method Details

instanceCount

public Integer instanceCount()

Get the instance count for a given script action execution status.

Returns:

the instanceCount value

status

public String status()

Get the status of script action execution.

Returns:

the status value

Applies to