RuntimeScriptActionDetail クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スクリプト アクションの実行の詳細。
public class RuntimeScriptActionDetail : Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction
type RuntimeScriptActionDetail = class
inherit RuntimeScriptAction
Public Class RuntimeScriptActionDetail
Inherits RuntimeScriptAction
- 継承
コンストラクター
RuntimeScriptActionDetail() |
RuntimeScriptActionDetail クラスの新しいインスタンスを初期化します。 |
RuntimeScriptActionDetail(String, String, IList<String>, String, String, Nullable<Int64>, String, String, String, String, IList<ScriptActionExecutionSummary>, String) |
RuntimeScriptActionDetail クラスの新しいインスタンスを初期化します。 |
プロパティ
ApplicationName |
スクリプト アクションのアプリケーション名 (存在する場合) を取得します。 (継承元 RuntimeScriptAction) |
DebugInformation |
スクリプト アクション実行のデバッグ情報を取得します。 |
EndTime |
スクリプト アクションの実行の終了時刻を取得します。 |
ExecutionSummary |
スクリプト アクションの実行結果の概要を取得します。 |
Name |
スクリプト アクションの名前を取得または設定します。 (継承元 RuntimeScriptAction) |
Operation |
スクリプト アクションが実行された理由を取得します。 |
Parameters |
スクリプトのパラメーターを取得または設定します (継承元 RuntimeScriptAction) |
Roles |
スクリプトを実行するロールの一覧を取得または設定します。 (継承元 RuntimeScriptAction) |
ScriptExecutionId |
スクリプト アクションの実行 ID を取得します。 |
StartTime |
スクリプト アクションの実行の開始時刻を取得します。 |
Status |
スクリプト アクションの現在の実行状態を取得します。 |
Uri |
スクリプトの URI を取得または設定します。 (継承元 RuntimeScriptAction) |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET