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 VMGuestPatchRebootStatus
VMGuestPatchRebootStatus.COMPLETED
Static value Completed for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatus
VMGuestPatchRebootStatus.FAILED
Static value Failed for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatus
VMGuestPatchRebootStatus.NOT_NEEDED
Static value NotNeeded for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatus
VMGuestPatchRebootStatus.REQUIRED
Static value Required for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatus
VMGuestPatchRebootStatus.STARTED
Static value Started for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatus
VMGuestPatchRebootStatus.UNKNOWN
Static value Unknown for VMGuestPatchRebootStatus.Methods in com.microsoft.azure.management.compute that return VMGuestPatchRebootStatusModifier and TypeMethodDescriptionstatic VMGuestPatchRebootStatus
VMGuestPatchRebootStatus.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()