Uses of Class
com.azure.resourcemanager.compute.models.PatchInstallationState
Packages that use PatchInstallationState
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of PatchInstallationState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models 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.azure.resourcemanager.compute.models that return PatchInstallationStateModifier and TypeMethodDescriptionstatic PatchInstallationStatePatchInstallationState.fromString(String name) Creates or finds a PatchInstallationState from its string representation.PatchInstallationDetail.installationState()Get the installationState property: The state of the patch after the installation operation completed.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type PatchInstallationStateModifier and TypeMethodDescriptionstatic Collection<PatchInstallationState>PatchInstallationState.values()Gets known PatchInstallationState values.