MaintenanceStatus 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.
This specifies the maintenance status of the virtual machine.
public class MaintenanceStatus
type MaintenanceStatus = class
Public Class MaintenanceStatus
- Inheritance
-
MaintenanceStatus
Constructors
MaintenanceStatus() |
Initializes a new instance of the MaintenanceStatus class. |
Properties
IsCustomerInitiatedMaintenanceAllowed |
Optional. Indicate if the customer initiatedmaintenance is allowed. |
LastOperationMessage |
Optional. The message of the last operation. |
LastOperationResultCode |
Optional. The result code of the last operation. |
MaintenanceWindowEndTime |
Optional. The maintenance window end time. |
MaintenanceWindowStartTime |
Optional. The maintenance window start time. |
PreMaintenanceWindowEndTime |
Optional. The pre-maintenance window end time. |
PreMaintenanceWindowStartTime |
Optional. The pre-maintenance window start time. |