OrchestrationServiceStateInput interface
The input for OrchestrationServiceState
Properties
| action | The action to be performed. |
| service |
The name of the service. |
Property Details
action
The action to be performed.
action: "Resume" | "Suspend"
Property Value
"Resume" | "Suspend"
serviceName
The name of the service.
serviceName: "AutomaticRepairs"
Property Value
"AutomaticRepairs"