OrchestrationServiceStateInput Classe
A entrada para OrchestrationServiceState.
Todos os parâmetros necessários devem ser preenchidos para enviar ao Azure.
- Herança
-
azure.mgmt.compute._serialization.ModelOrchestrationServiceStateInput
Construtor
OrchestrationServiceStateInput(*, service_name: str | _models.OrchestrationServiceNames, action: str | _models.OrchestrationServiceStateAction, **kwargs)
Variáveis
- service_name
- str ou OrchestrationServiceNames
O nome do serviço. Obrigatórios. Os valores conhecidos são: "AutomaticRepairs" e "DummyOrchestrationServiceName".
- action
- str ou OrchestrationServiceStateAction
A ação a ser executada. Obrigatórios. Os valores conhecidos são: "Retomar" e "Suspender".