OrchestrationServiceStateInput Classe
A entrada para o OrchestrationServiceState.
Todos os parâmetros necessários devem ser povoados para serem enviados para 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ório. Os valores conhecidos são: "AutomaticRepairs" e "DummyOrchestrationServiceName".
- action
- str ou OrchestrationServiceStateAction
A ação a ser executada. Obrigatório. Os valores conhecidos são: "Retomar" e "Suspender".