Uses of Class
com.microsoft.azure.management.compute.MaintenanceRedeployStatus
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of MaintenanceRedeployStatus in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineInstanceView.maintenanceRedeployStatus()
Get the Maintenance Operation status on the virtual machine.MaintenanceRedeployStatus.withIsCustomerInitiatedMaintenanceAllowed
(Boolean isCustomerInitiatedMaintenanceAllowed) Set true, if customer is allowed to perform Maintenance.MaintenanceRedeployStatus.withLastOperationMessage
(String lastOperationMessage) Set message returned for the last Maintenance Operation.MaintenanceRedeployStatus.withLastOperationResultCode
(MaintenanceOperationResultCodeTypes lastOperationResultCode) Set the Last Maintenance Operation Result Code.MaintenanceRedeployStatus.withMaintenanceWindowEndTime
(org.joda.time.DateTime maintenanceWindowEndTime) Set end Time for the Maintenance Window.MaintenanceRedeployStatus.withMaintenanceWindowStartTime
(org.joda.time.DateTime maintenanceWindowStartTime) Set start Time for the Maintenance Window.MaintenanceRedeployStatus.withPreMaintenanceWindowEndTime
(org.joda.time.DateTime preMaintenanceWindowEndTime) Set end Time for the Pre Maintenance Window.MaintenanceRedeployStatus.withPreMaintenanceWindowStartTime
(org.joda.time.DateTime preMaintenanceWindowStartTime) Set start Time for the Pre Maintenance Window.