Uses of Class
com.microsoft.azure.management.compute.PatchAssessmentState
Packages that use PatchAssessmentState
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PatchAssessmentState in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as PatchAssessmentStateModifier and TypeFieldDescriptionstatic final PatchAssessmentState
PatchAssessmentState.AVAILABLE
Static value Available for PatchAssessmentState.static final PatchAssessmentState
PatchAssessmentState.UNKNOWN
Static value Unknown for PatchAssessmentState.Methods in com.microsoft.azure.management.compute that return PatchAssessmentStateModifier and TypeMethodDescriptionVirtualMachineSoftwarePatchProperties.assessmentState()
Get describes the availability of a given patch.static PatchAssessmentState
PatchAssessmentState.fromString
(String name) Creates or finds a PatchAssessmentState from its string representation.Methods in com.microsoft.azure.management.compute that return types with arguments of type PatchAssessmentStateModifier and TypeMethodDescriptionstatic Collection<PatchAssessmentState>
PatchAssessmentState.values()