次の方法で共有


RuntimeScriptActionDetail Class

The execution details of a script action.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.hdinsight.models._models_py3.RuntimeScriptAction
RuntimeScriptActionDetail

Constructor

RuntimeScriptActionDetail(*, name: str, uri: str, roles: List[str], parameters: str | None = None, **kwargs)

Parameters

Name Description
name
Required
str

Required. The name of the script action.

uri
Required
str

Required. The URI to the script.

parameters
Required
str

The parameters for the script.

roles
Required

Required. The list of roles where script will be executed.

Keyword-Only Parameters

Name Description
name
Required
uri
Required
roles
Required
parameters
Required

Variables

Name Description
application_name
str

The application name of the script action, if any.

script_execution_id
<xref:long>

The execution id of the script action.

start_time
str

The start time of script action execution.

end_time
str

The end time of script action execution.

status
str

The current execution status of the script action.

operation
str

The reason why the script action was executed.

execution_summary

The summary of script action execution result.

debug_information
str

The script action execution debug information.