OrchestrationServiceStateInput Class

The input for OrchestrationServiceState.

All required parameters must be populated in order to send to Azure.

Inheritance
OrchestrationServiceStateInput

Constructor

OrchestrationServiceStateInput(*, service_name: Union[str, azure.mgmt.compute.v2020_12_01.models._compute_management_client_enums.OrchestrationServiceNames], action: Union[str, azure.mgmt.compute.v2020_12_01.models._compute_management_client_enums.OrchestrationServiceStateAction], **kwargs)

Parameters

service_name
str or OrchestrationServiceNames
Required

Required. The name of the service. Possible values include: "AutomaticRepairs", "DummyOrchestrationServiceName".

action
str or OrchestrationServiceStateAction
Required

Required. The action to be performed. Possible values include: "Resume", "Suspend".