Uses of Class
com.microsoft.azure.management.compute.VMGuestPatchRebootStatus
Packages that use VMGuestPatchRebootStatus
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VMGuestPatchRebootStatus in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute 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.microsoft.azure.management.compute that return VMGuestPatchRebootStatusModifier and TypeMethodDescriptionstatic VMGuestPatchRebootStatusVMGuestPatchRebootStatus.fromString(String name) Creates or finds a VMGuestPatchRebootStatus from its string representation.Methods in com.microsoft.azure.management.compute that return types with arguments of type VMGuestPatchRebootStatusModifier and TypeMethodDescriptionstatic Collection<VMGuestPatchRebootStatus>VMGuestPatchRebootStatus.values()