Uses of Class
com.azure.resourcemanager.compute.models.PatchAssessmentState
Packages that use PatchAssessmentState
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of PatchAssessmentState in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type PatchAssessmentState in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classDescribes the availability of a given patch.Fields in com.azure.resourcemanager.compute.models declared as PatchAssessmentStateModifier and TypeFieldDescriptionstatic final PatchAssessmentStatePatchAssessmentState.AVAILABLEStatic value Available for PatchAssessmentState.static final PatchAssessmentStatePatchAssessmentState.UNKNOWNStatic value Unknown for PatchAssessmentState.Methods in com.azure.resourcemanager.compute.models that return PatchAssessmentStateModifier and TypeMethodDescriptionVirtualMachineSoftwarePatchProperties.assessmentState()Get the assessmentState property: Describes the availability of a given patch.static PatchAssessmentStatePatchAssessmentState.fromString(String name) Creates or finds a PatchAssessmentState from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type PatchAssessmentStateModifier and TypeMethodDescriptionstatic Collection<PatchAssessmentState> PatchAssessmentState.values()Gets known PatchAssessmentState values.