Uses of Class
com.azure.resourcemanager.compute.models.VMGuestPatchRebootStatus
Packages that use VMGuestPatchRebootStatus
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VMGuestPatchRebootStatus in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VMGuestPatchRebootStatusModifier and TypeMethodDescriptionVirtualMachineInstallPatchesResultInner.rebootStatus()Get the rebootStatus property: The reboot state of the VM following completion of the operation. -
Uses of VMGuestPatchRebootStatus in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type VMGuestPatchRebootStatus in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe reboot state of the VM following completion of the operation.Fields in com.azure.resourcemanager.compute.models declared as VMGuestPatchRebootStatusModifier and TypeFieldDescriptionstatic final VMGuestPatchRebootStatusVMGuestPatchRebootStatus.COMPLETEDStatic value Completed for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatusVMGuestPatchRebootStatus.FAILEDStatic value Failed for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatusVMGuestPatchRebootStatus.NOT_NEEDEDStatic value NotNeeded for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatusVMGuestPatchRebootStatus.REQUIREDStatic value Required for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatusVMGuestPatchRebootStatus.STARTEDStatic value Started for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatusVMGuestPatchRebootStatus.UNKNOWNStatic value Unknown for VMGuestPatchRebootStatus.Methods in com.azure.resourcemanager.compute.models that return VMGuestPatchRebootStatusModifier and TypeMethodDescriptionstatic VMGuestPatchRebootStatusVMGuestPatchRebootStatus.fromString(String name) Creates or finds a VMGuestPatchRebootStatus from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VMGuestPatchRebootStatusModifier and TypeMethodDescriptionstatic Collection<VMGuestPatchRebootStatus> VMGuestPatchRebootStatus.values()Gets known VMGuestPatchRebootStatus values.