ExecuteScriptActionParameters 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
ExecuteScriptActionParameters() |
Initializes a new instance of the ExecuteScriptActionParameters class. |
ExecuteScriptActionParameters(Boolean, IList<RuntimeScriptAction>) |
Initializes a new instance of the ExecuteScriptActionParameters class. |
ExecuteScriptActionParameters()
Initializes a new instance of the ExecuteScriptActionParameters class.
public ExecuteScriptActionParameters();
Public Sub New ()
Applies to
ExecuteScriptActionParameters(Boolean, IList<RuntimeScriptAction>)
Initializes a new instance of the ExecuteScriptActionParameters class.
public ExecuteScriptActionParameters(bool persistOnSuccess, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> scriptActions = default);
new Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters : bool * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> -> Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters
Public Sub New (persistOnSuccess As Boolean, Optional scriptActions As IList(Of RuntimeScriptAction) = Nothing)
Parameters
- persistOnSuccess
- Boolean
Gets or sets if the scripts needs to be persisted.
- scriptActions
- IList<RuntimeScriptAction>
The list of run time script actions.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET