Uses of Class
com.azure.resourcemanager.compute.models.PatchInstallationState
-
Packages that use PatchInstallationState Package Description com.azure.resourcemanager.compute.models 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 PatchInstallationState Modifier and Type Field Description static PatchInstallationStatePatchInstallationState. EXCLUDEDStatic value Excluded for PatchInstallationState.static PatchInstallationStatePatchInstallationState. FAILEDStatic value Failed for PatchInstallationState.static PatchInstallationStatePatchInstallationState. INSTALLEDStatic value Installed for PatchInstallationState.static PatchInstallationStatePatchInstallationState. NOT_SELECTEDStatic value NotSelected for PatchInstallationState.static PatchInstallationStatePatchInstallationState. PENDINGStatic value Pending for PatchInstallationState.static PatchInstallationStatePatchInstallationState. UNKNOWNStatic value Unknown for PatchInstallationState.Methods in com.azure.resourcemanager.compute.models that return PatchInstallationState Modifier and Type Method Description static PatchInstallationStatePatchInstallationState. fromString(String name)Creates or finds a PatchInstallationState from its string representation.PatchInstallationStatePatchInstallationDetail. 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 PatchInstallationState Modifier and Type Method Description static Collection<PatchInstallationState>PatchInstallationState. values()
-