AutoHealActions クラス
ルールがトリガーされたときに自動修復モジュールによって実行されるアクション。
- 継承
-
azure.mgmt.web._serialization.ModelAutoHealActions
コンストラクター
AutoHealActions(*, action_type: str | _models.AutoHealActionType | None = None, custom_action: _models.AutoHealCustomAction | None = None, min_process_execution_time: str | None = None, **kwargs: Any)
キーワードのみのパラメーター
名前 | 説明 |
---|---|
action_type
|
実行する定義済みのアクション。 既知の値は、"Recycle"、"LogEvent"、および "CustomAction" です。 |
custom_action
|
実行するカスタム アクション。 |
min_process_execution_time
|
アクションを実行する前にプロセスを実行する必要がある最小時間。 |
変数
名前 | 説明 |
---|---|
action_type
|
実行する定義済みのアクション。 既知の値は、"Recycle"、"LogEvent"、および "CustomAction" です。 |
custom_action
|
実行するカスタム アクション。 |
min_process_execution_time
|
アクションを実行する前にプロセスを実行する必要がある最小時間。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python