Uses of Class
com.microsoft.azure.management.compute.PatchInstallationState
Packages that use PatchInstallationState
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PatchInstallationState in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as PatchInstallationStateModifier and TypeFieldDescriptionstatic final PatchInstallationStatePatchInstallationState.EXCLUDEDStatic value Excluded for PatchInstallationState.static final PatchInstallationStatePatchInstallationState.FAILEDStatic value Failed for PatchInstallationState.static final PatchInstallationStatePatchInstallationState.INSTALLEDStatic value Installed for PatchInstallationState.static final PatchInstallationStatePatchInstallationState.NOT_SELECTEDStatic value NotSelected for PatchInstallationState.static final PatchInstallationStatePatchInstallationState.PENDINGStatic value Pending for PatchInstallationState.static final PatchInstallationStatePatchInstallationState.UNKNOWNStatic value Unknown for PatchInstallationState.Methods in com.microsoft.azure.management.compute that return PatchInstallationStateModifier and TypeMethodDescriptionstatic PatchInstallationStatePatchInstallationState.fromString(String name) Creates or finds a PatchInstallationState from its string representation.PatchInstallationDetail.installationState()Get the state of the patch after the installation operation completed.Methods in com.microsoft.azure.management.compute that return types with arguments of type PatchInstallationStateModifier and TypeMethodDescriptionstatic Collection<PatchInstallationState>PatchInstallationState.values()