OrchestrationServiceStateInput 類別
OrchestrationServiceState 的輸入。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.compute._serialization.ModelOrchestrationServiceStateInput
建構函式
OrchestrationServiceStateInput(*, service_name: str | _models.OrchestrationServiceNames, action: str | _models.OrchestrationServiceStateAction, **kwargs: Any)
Keyword-Only Parameters
- service_name
- str 或 OrchestrationServiceNames
服務的名稱。 必要。 「AutomaticRepairs」
- action
- str 或 OrchestrationServiceStateAction
要執行的動作。 必要。 已知值為:「Resume」 和 「Suspend」。
變數
- service_name
- str 或 OrchestrationServiceNames
服務的名稱。 必要。 「AutomaticRepairs」
- action
- str 或 OrchestrationServiceStateAction
要執行的動作。 必要。 已知值為:「Resume」 和 「Suspend」。