| Modifier and Type | Method and Description |
|---|---|
MaintenanceRedeployStatus |
VirtualMachineInstanceView.maintenanceRedeployStatus()
Get the Maintenance Operation status on the virtual machine.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withIsCustomerInitiatedMaintenanceAllowed(Boolean isCustomerInitiatedMaintenanceAllowed)
Set true, if customer is allowed to perform Maintenance.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withLastOperationMessage(String lastOperationMessage)
Set message returned for the last Maintenance Operation.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withLastOperationResultCode(MaintenanceOperationResultCodeTypes lastOperationResultCode)
Set the Last Maintenance Operation Result Code.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withMaintenanceWindowEndTime(org.joda.time.DateTime maintenanceWindowEndTime)
Set end Time for the Maintenance Window.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withMaintenanceWindowStartTime(org.joda.time.DateTime maintenanceWindowStartTime)
Set start Time for the Maintenance Window.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withPreMaintenanceWindowEndTime(org.joda.time.DateTime preMaintenanceWindowEndTime)
Set end Time for the Pre Maintenance Window.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withPreMaintenanceWindowStartTime(org.joda.time.DateTime preMaintenanceWindowStartTime)
Set start Time for the Pre Maintenance Window.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/