| Modifier and Type | Method and Description |
|---|---|
MaintenanceRedeployStatus |
VirtualMachineInstanceView.maintenanceRedeployStatus()
Get the maintenanceRedeployStatus value.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withIsCustomerInitiatedMaintenanceAllowed(Boolean isCustomerInitiatedMaintenanceAllowed)
Set the isCustomerInitiatedMaintenanceAllowed value.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withLastOperationMessage(String lastOperationMessage)
Set the lastOperationMessage value.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withLastOperationResultCode(MaintenanceOperationResultCodeTypes lastOperationResultCode)
Set the lastOperationResultCode value.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withMaintenanceWindowEndTime(org.joda.time.DateTime maintenanceWindowEndTime)
Set the maintenanceWindowEndTime value.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withMaintenanceWindowStartTime(org.joda.time.DateTime maintenanceWindowStartTime)
Set the maintenanceWindowStartTime value.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withPreMaintenanceWindowEndTime(org.joda.time.DateTime preMaintenanceWindowEndTime)
Set the preMaintenanceWindowEndTime value.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withPreMaintenanceWindowStartTime(org.joda.time.DateTime preMaintenanceWindowStartTime)
Set the preMaintenanceWindowStartTime value.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineInstanceView |
VirtualMachineInstanceView.withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus)
Set the maintenanceRedeployStatus value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/