ClusterListPersistedScriptActionsResult Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ClusterListPersistedScriptActionsResult() |
Initialisiert eine neue instance der ClusterListPersistedScriptActionsResult-Klasse. |
ClusterListPersistedScriptActionsResult(IList<RuntimeScriptAction>, String) |
Initialisiert eine neue instance der ClusterListPersistedScriptActionsResult-Klasse. |
ClusterListPersistedScriptActionsResult()
Initialisiert eine neue instance der ClusterListPersistedScriptActionsResult-Klasse.
public ClusterListPersistedScriptActionsResult ();
Public Sub New ()
Gilt für:
ClusterListPersistedScriptActionsResult(IList<RuntimeScriptAction>, String)
Initialisiert eine neue instance der ClusterListPersistedScriptActionsResult-Klasse.
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)
Parameter
- value
- IList<RuntimeScriptAction>
Die Liste der persistenten Skriptaktionen.
- nextLink
- String
Der Link (URL) zur nächsten Seite der Ergebnisse.
Gilt für:
Azure SDK for .NET