MaintenanceRedeployStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maintenance Operation Status.
public class MaintenanceRedeployStatus
type MaintenanceRedeployStatus = class
Public Class MaintenanceRedeployStatus
- Inheritance
-
MaintenanceRedeployStatus
Constructors
MaintenanceRedeployStatus() |
Initializes a new instance of the MaintenanceRedeployStatus class. |
MaintenanceRedeployStatus(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<MaintenanceOperationResultCodeTypes>, String) |
Initializes a new instance of the MaintenanceRedeployStatus class. |
Properties
IsCustomerInitiatedMaintenanceAllowed |
Gets or sets true, if customer is allowed to perform Maintenance. |
LastOperationMessage |
Gets or sets message returned for the last Maintenance Operation. |
LastOperationResultCode |
Gets or sets the Last Maintenance Operation Result Code. Possible values include: 'None', 'RetryLater', 'MaintenanceAborted', 'MaintenanceCompleted' |
MaintenanceWindowEndTime |
Gets or sets end Time for the Maintenance Window. |
MaintenanceWindowStartTime |
Gets or sets start Time for the Maintenance Window. |
PreMaintenanceWindowEndTime |
Gets or sets end Time for the Pre Maintenance Window. |
PreMaintenanceWindowStartTime |
Gets or sets start Time for the Pre Maintenance Window. |