MaintenanceRedeployStatus Class

Maintenance Operation Status.

Inheritance
azure.mgmt.compute._serialization.Model
MaintenanceRedeployStatus

Constructor

MaintenanceRedeployStatus(*, is_customer_initiated_maintenance_allowed: bool | None = None, pre_maintenance_window_start_time: datetime | None = None, pre_maintenance_window_end_time: datetime | None = None, maintenance_window_start_time: datetime | None = None, maintenance_window_end_time: datetime | None = None, last_operation_result_code: str | _models.MaintenanceOperationResultCodeTypes | None = None, last_operation_message: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
is_customer_initiated_maintenance_allowed

True, if customer is allowed to perform Maintenance.

pre_maintenance_window_start_time

Start Time for the Pre Maintenance Window.

pre_maintenance_window_end_time

End Time for the Pre Maintenance Window.

maintenance_window_start_time

Start Time for the Maintenance Window.

maintenance_window_end_time

End Time for the Maintenance Window.

last_operation_result_code

The Last Maintenance Operation Result Code. Known values are: "None", "RetryLater", "MaintenanceAborted", and "MaintenanceCompleted".

last_operation_message
str

Message returned for the last Maintenance Operation.

Variables

Name Description
is_customer_initiated_maintenance_allowed

True, if customer is allowed to perform Maintenance.

pre_maintenance_window_start_time

Start Time for the Pre Maintenance Window.

pre_maintenance_window_end_time

End Time for the Pre Maintenance Window.

maintenance_window_start_time

Start Time for the Maintenance Window.

maintenance_window_end_time

End Time for the Maintenance Window.

last_operation_result_code

The Last Maintenance Operation Result Code. Known values are: "None", "RetryLater", "MaintenanceAborted", and "MaintenanceCompleted".

last_operation_message
str

Message returned for the last Maintenance Operation.