OrchestrationServiceStateInput Klass

Indata för OrchestrationServiceState.

Alla obligatoriska parametrar måste fyllas i för att kunna skickas till Azure.

Arv
azure.mgmt.compute._serialization.Model
OrchestrationServiceStateInput

Konstruktor

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

Variabler

service_name
str eller OrchestrationServiceNames

Namnet på tjänsten. Krävs. Kända värden är: "AutomaticRepairs" och "DummyOrchestrationServiceName".

action
str eller OrchestrationServiceStateAction

Åtgärden som ska utföras. Krävs. Kända värden är: "Resume" och "Suspend".