Uses of Class
com.azure.resourcemanager.compute.models.MaintenanceRedeployStatus
-
Packages that use MaintenanceRedeployStatus Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of MaintenanceRedeployStatus in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return MaintenanceRedeployStatus Modifier and Type Method Description MaintenanceRedeployStatusVirtualMachineInstanceViewInner. maintenanceRedeployStatus()Get the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.MaintenanceRedeployStatusVirtualMachineScaleSetVMInstanceViewInner. maintenanceRedeployStatus()Get the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type MaintenanceRedeployStatus Modifier and Type Method Description VirtualMachineInstanceViewInnerVirtualMachineInstanceViewInner. withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus)Set the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.VirtualMachineScaleSetVMInstanceViewInnerVirtualMachineScaleSetVMInstanceViewInner. withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus)Set the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine. -
Uses of MaintenanceRedeployStatus in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return MaintenanceRedeployStatus Modifier and Type Method Description MaintenanceRedeployStatusVirtualMachineInstanceView. maintenanceRedeployStatus()Get the Maintenance Operation status on the virtual machine.MaintenanceRedeployStatusMaintenanceRedeployStatus. withIsCustomerInitiatedMaintenanceAllowed(Boolean isCustomerInitiatedMaintenanceAllowed)Set the isCustomerInitiatedMaintenanceAllowed property: True, if customer is allowed to perform Maintenance.MaintenanceRedeployStatusMaintenanceRedeployStatus. withLastOperationMessage(String lastOperationMessage)Set the lastOperationMessage property: Message returned for the last Maintenance Operation.MaintenanceRedeployStatusMaintenanceRedeployStatus. withLastOperationResultCode(MaintenanceOperationResultCodeTypes lastOperationResultCode)Set the lastOperationResultCode property: The Last Maintenance Operation Result Code.MaintenanceRedeployStatusMaintenanceRedeployStatus. withMaintenanceWindowEndTime(OffsetDateTime maintenanceWindowEndTime)Set the maintenanceWindowEndTime property: End Time for the Maintenance Window.MaintenanceRedeployStatusMaintenanceRedeployStatus. withMaintenanceWindowStartTime(OffsetDateTime maintenanceWindowStartTime)Set the maintenanceWindowStartTime property: Start Time for the Maintenance Window.MaintenanceRedeployStatusMaintenanceRedeployStatus. withPreMaintenanceWindowEndTime(OffsetDateTime preMaintenanceWindowEndTime)Set the preMaintenanceWindowEndTime property: End Time for the Pre Maintenance Window.MaintenanceRedeployStatusMaintenanceRedeployStatus. withPreMaintenanceWindowStartTime(OffsetDateTime preMaintenanceWindowStartTime)Set the preMaintenanceWindowStartTime property: Start Time for the Pre Maintenance Window.
-