ClusterListPersistedScriptActionsResult Constructors

Definition

Overloads

ClusterListPersistedScriptActionsResult()

Initializes a new instance of the ClusterListPersistedScriptActionsResult class.

ClusterListPersistedScriptActionsResult(IList<RuntimeScriptAction>, String)

Initializes a new instance of the ClusterListPersistedScriptActionsResult class.

ClusterListPersistedScriptActionsResult()

Initializes a new instance of the ClusterListPersistedScriptActionsResult class.

public ClusterListPersistedScriptActionsResult ();
Public Sub New ()

Applies to

ClusterListPersistedScriptActionsResult(IList<RuntimeScriptAction>, String)

Initializes a new instance of the ClusterListPersistedScriptActionsResult class.

public ClusterListPersistedScriptActionsResult (System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> value = default, string nextLink = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterListPersistedScriptActionsResult : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> * string -> Microsoft.Azure.Management.HDInsight.Models.ClusterListPersistedScriptActionsResult
Public Sub New (Optional value As IList(Of RuntimeScriptAction) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<RuntimeScriptAction>

The list of Persisted Script Actions.

nextLink
String

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

Applies to