Uses of Class
com.azure.resourcemanager.compute.models.MaintenanceRedeployStatus
Packages that use MaintenanceRedeployStatus
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 MaintenanceRedeployStatusModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.maintenanceRedeployStatus()Get the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.VirtualMachineScaleSetVMInstanceViewInner.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 MaintenanceRedeployStatusModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus) Set the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.VirtualMachineScaleSetVMInstanceViewInner.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 MaintenanceRedeployStatusModifier and TypeMethodDescriptionVirtualMachineInstanceView.maintenanceRedeployStatus()Get the Maintenance Operation status on the virtual machine.MaintenanceRedeployStatus.withIsCustomerInitiatedMaintenanceAllowed(Boolean isCustomerInitiatedMaintenanceAllowed) Set the isCustomerInitiatedMaintenanceAllowed property: True, if customer is allowed to perform Maintenance.MaintenanceRedeployStatus.withLastOperationMessage(String lastOperationMessage) Set the lastOperationMessage property: Message returned for the last Maintenance Operation.MaintenanceRedeployStatus.withLastOperationResultCode(MaintenanceOperationResultCodeTypes lastOperationResultCode) Set the lastOperationResultCode property: The Last Maintenance Operation Result Code.MaintenanceRedeployStatus.withMaintenanceWindowEndTime(OffsetDateTime maintenanceWindowEndTime) Set the maintenanceWindowEndTime property: End Time for the Maintenance Window.MaintenanceRedeployStatus.withMaintenanceWindowStartTime(OffsetDateTime maintenanceWindowStartTime) Set the maintenanceWindowStartTime property: Start Time for the Maintenance Window.MaintenanceRedeployStatus.withPreMaintenanceWindowEndTime(OffsetDateTime preMaintenanceWindowEndTime) Set the preMaintenanceWindowEndTime property: End Time for the Pre Maintenance Window.MaintenanceRedeployStatus.withPreMaintenanceWindowStartTime(OffsetDateTime preMaintenanceWindowStartTime) Set the preMaintenanceWindowStartTime property: Start Time for the Pre Maintenance Window.