ScriptActionProfile クラス

定義

スクリプト アクション プロファイル。

public class ScriptActionProfile
type ScriptActionProfile = class
Public Class ScriptActionProfile
継承
ScriptActionProfile

コンストラクター

ScriptActionProfile(String, String, String, IEnumerable<String>)

ScriptActionProfile の新しいインスタンスを初期化します。

プロパティ

Name

スクリプト名。

Parameters

スクリプト アクションの追加パラメーター。 スクリプトの実行に必要な引数のスペース区切りのリストである必要があります。

ScriptActionProfileType

スクリプト アクションの種類。 サポートされている型は bash スクリプトです。

Services

スクリプト アクションを適用するサービスの一覧。

ShouldPersist

スクリプトをクラスターに保持するかどうかを指定します。

TimeoutInMinutes

スクリプト アクションのタイムアウト時間 (分単位)。

UriString

スクリプト ファイルの URL。

適用対象