Package version:

Interface MaintenanceRedeployStatus

Maintenance Operation Status.

interface MaintenanceRedeployStatus {
    isCustomerInitiatedMaintenanceAllowed?: boolean;
    lastOperationMessage?: string;
    lastOperationResultCode?: MaintenanceOperationResultCodeTypes;
    maintenanceWindowEndTime?: any;
    maintenanceWindowStartTime?: any;
    preMaintenanceWindowEndTime?: any;
    preMaintenanceWindowStartTime?: any;
}

Properties

isCustomerInitiatedMaintenanceAllowed?: boolean

True, if customer is allowed to perform Maintenance.

lastOperationMessage?: string

Message returned for the last Maintenance Operation.

lastOperationResultCode?: MaintenanceOperationResultCodeTypes

The Last Maintenance Operation Result Code.

maintenanceWindowEndTime?: any

End Time for the Maintenance Window.

maintenanceWindowStartTime?: any

Start Time for the Maintenance Window.

preMaintenanceWindowEndTime?: any

End Time for the Pre Maintenance Window.

preMaintenanceWindowStartTime?: any

Start Time for the Pre Maintenance Window.