ClusterListRuntimeScriptActionDetailResult Class

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

public class ClusterListRuntimeScriptActionDetailResult

The list runtime script action detail response.

Constructor Summary

Constructor Description
ClusterListRuntimeScriptActionDetailResult()

Method Summary

Modifier and Type Method and Description
java.lang.String nextLink()

Get the link (url) to the next page of results.

java.util.List<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.RuntimeScriptActionDetailInner> value()

Get the list of persisted script action details for the cluster.

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

ClusterListRuntimeScriptActionDetailResult

public ClusterListRuntimeScriptActionDetailResult()

Method Details

nextLink

public String nextLink()

Get the link (url) to the next page of results.

Returns:

the nextLink value

value

public List value()

Get the list of persisted script action details for the cluster.

Returns:

the value value

Applies to