Uses of Class
com.azure.resourcemanager.compute.models.VMGuestPatchRebootStatus
-
Packages that use VMGuestPatchRebootStatus 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 VMGuestPatchRebootStatus in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VMGuestPatchRebootStatus Modifier and Type Method Description VMGuestPatchRebootStatusVirtualMachineInstallPatchesResultInner. 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
Fields in com.azure.resourcemanager.compute.models declared as VMGuestPatchRebootStatus Modifier and Type Field Description static VMGuestPatchRebootStatusVMGuestPatchRebootStatus. COMPLETEDStatic value Completed for VMGuestPatchRebootStatus.static VMGuestPatchRebootStatusVMGuestPatchRebootStatus. FAILEDStatic value Failed for VMGuestPatchRebootStatus.static VMGuestPatchRebootStatusVMGuestPatchRebootStatus. NOT_NEEDEDStatic value NotNeeded for VMGuestPatchRebootStatus.static VMGuestPatchRebootStatusVMGuestPatchRebootStatus. REQUIREDStatic value Required for VMGuestPatchRebootStatus.static VMGuestPatchRebootStatusVMGuestPatchRebootStatus. STARTEDStatic value Started for VMGuestPatchRebootStatus.static VMGuestPatchRebootStatusVMGuestPatchRebootStatus. UNKNOWNStatic value Unknown for VMGuestPatchRebootStatus.Methods in com.azure.resourcemanager.compute.models that return VMGuestPatchRebootStatus Modifier and Type Method Description static 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 VMGuestPatchRebootStatus Modifier and Type Method Description static Collection<VMGuestPatchRebootStatus>VMGuestPatchRebootStatus. values()
-