Share via


MaintenanceRedeployStatusOutput interface

Maintenance Operation Status.

Properties

isCustomerInitiatedMaintenanceAllowed

True, if customer is allowed to perform Maintenance.

lastOperationMessage

Message returned for the last Maintenance Operation.

lastOperationResultCode

The Last Maintenance Operation Result Code.

maintenanceWindowEndTime

End Time for the Maintenance Window.

maintenanceWindowStartTime

Start Time for the Maintenance Window.

preMaintenanceWindowEndTime

End Time for the Pre Maintenance Window.

preMaintenanceWindowStartTime

Start Time for the Pre Maintenance Window.

Property Details

isCustomerInitiatedMaintenanceAllowed

True, if customer is allowed to perform Maintenance.

isCustomerInitiatedMaintenanceAllowed?: boolean

Property Value

boolean

lastOperationMessage

Message returned for the last Maintenance Operation.

lastOperationMessage?: string

Property Value

string

lastOperationResultCode

The Last Maintenance Operation Result Code.

lastOperationResultCode?: "None" | "RetryLater" | "MaintenanceAborted" | "MaintenanceCompleted"

Property Value

"None" | "RetryLater" | "MaintenanceAborted" | "MaintenanceCompleted"

maintenanceWindowEndTime

End Time for the Maintenance Window.

maintenanceWindowEndTime?: string

Property Value

string

maintenanceWindowStartTime

Start Time for the Maintenance Window.

maintenanceWindowStartTime?: string

Property Value

string

preMaintenanceWindowEndTime

End Time for the Pre Maintenance Window.

preMaintenanceWindowEndTime?: string

Property Value

string

preMaintenanceWindowStartTime

Start Time for the Pre Maintenance Window.

preMaintenanceWindowStartTime?: string

Property Value

string