OrchestrationServiceSummary Class

Summary for an orchestration service of a virtual machine scale set.

Constructor

OrchestrationServiceSummary(*args: Any, **kwargs: Any)

Variables

Name Description
service_name

The name of the service. Known values are: "AutomaticRepairs" and "AutomaticZoneRebalancing".

service_state

The current state of the service. Known values are: "NotRunning", "Running", and "Suspended".

latest_operation_status

The latest operation status of the service. Minimum API version for this property is 2025-04-01. Known values are: "InProgress" and "Completed".

last_status_change_time

The last UTC time when the operation status changed. Minimum API version for this property is 2025-04-01.

Attributes

last_status_change_time

The last UTC time when the operation status changed. Minimum API version for this property is 2025-04-01.

last_status_change_time: datetime | None

latest_operation_status

The latest operation status of the service. Minimum API version for this property is 2025-04-01. Known values are: "InProgress" and "Completed".

latest_operation_status: str | _models.OrchestrationServiceOperationStatus | None

service_name

"AutomaticRepairs" and "AutomaticZoneRebalancing".

service_name: str | _models.OrchestrationServiceNames | None

service_state

"NotRunning", "Running", and "Suspended".

service_state: str | _models.OrchestrationServiceState | None