共用方式為


OrchestrationServiceStateInput 類別

OrchestrationServiceState 的輸入。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.compute._serialization.Model
OrchestrationServiceStateInput

建構函式

OrchestrationServiceStateInput(*, service_name: str | _models.OrchestrationServiceNames, action: str | _models.OrchestrationServiceStateAction, **kwargs: Any)

Keyword-Only Parameters

service_name
strOrchestrationServiceNames

服務的名稱。 必要。 已知值為:「AutomaticRepairs」 和 「DummyOrchestrationServiceName」。

action
strOrchestrationServiceStateAction

要執行的動作。 必要。 已知值為:「Resume」 和 「Suspend」。

變數

service_name
strOrchestrationServiceNames

服務的名稱。 必要。 已知值為:「AutomaticRepairs」 和 「DummyOrchestrationServiceName」。

action
strOrchestrationServiceStateAction

要執行的動作。 必要。 已知值為:「Resume」 和 「Suspend」。