共用方式為


RuntimeScriptActionDetail Constructors

Definition

Overloads

RuntimeScriptActionDetail()

Initializes a new instance of the RuntimeScriptActionDetail class.

RuntimeScriptActionDetail(String, String, IList<String>, String, String, Nullable<Int64>, String, String, String, String, IList<ScriptActionExecutionSummary>, String)

Initializes a new instance of the RuntimeScriptActionDetail class.

RuntimeScriptActionDetail()

Initializes a new instance of the RuntimeScriptActionDetail class.

public RuntimeScriptActionDetail ();
Public Sub New ()

Applies to

RuntimeScriptActionDetail(String, String, IList<String>, String, String, Nullable<Int64>, String, String, String, String, IList<ScriptActionExecutionSummary>, String)

Initializes a new instance of the RuntimeScriptActionDetail class.

public RuntimeScriptActionDetail (string name, string uri, System.Collections.Generic.IList<string> roles, string parameters = default, string applicationName = default, long? scriptExecutionId = default, string startTime = default, string endTime = default, string status = default, string operation = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ScriptActionExecutionSummary> executionSummary = default, string debugInformation = default);
new Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail : string * string * System.Collections.Generic.IList<string> * string * string * Nullable<int64> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ScriptActionExecutionSummary> * string -> Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail
Public Sub New (name As String, uri As String, roles As IList(Of String), Optional parameters As String = Nothing, Optional applicationName As String = Nothing, Optional scriptExecutionId As Nullable(Of Long) = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional status As String = Nothing, Optional operation As String = Nothing, Optional executionSummary As IList(Of ScriptActionExecutionSummary) = Nothing, Optional debugInformation As String = Nothing)

Parameters

name
String

The name of the script action.

uri
String

The URI to the script.

roles
IList<String>

The list of roles where script will be executed.

parameters
String

The parameters for the script

applicationName
String

The application name of the script action, if any.

scriptExecutionId
Nullable<Int64>

The execution id of the script action.

startTime
String

The start time of script action execution.

endTime
String

The end time of script action execution.

status
String

The current execution status of the script action.

operation
String

The reason why the script action was executed.

executionSummary
IList<ScriptActionExecutionSummary>

The summary of script action execution result.

debugInformation
String

The script action execution debug information.

Applies to