Compartir a través de


OrchestrationServiceStateInput Clase

Entrada para OrchestrationServiceState.

Todos los parámetros necesarios deben rellenarse para enviarlos a Azure.

Herencia
azure.mgmt.compute._serialization.Model
OrchestrationServiceStateInput

Constructor

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

Keyword-Only Parameters

service_name
str o OrchestrationServiceNames

El nombre del servicio. Necesario. "AutomaticRepairs"

action
str o OrchestrationServiceStateAction

Acción que se va a realizar. Necesario. Los valores conocidos son: "Resume" y "Suspend".

Variables

service_name
str o OrchestrationServiceNames

El nombre del servicio. Necesario. "AutomaticRepairs"

action
str o OrchestrationServiceStateAction

Acción que se va a realizar. Necesario. Los valores conocidos son: "Resume" y "Suspend".