ClusterListPersistedScriptActionsResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.