Uses of Class
com.azure.resourcemanager.compute.models.PatchOperationStatus
Packages that use PatchOperationStatus
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of PatchOperationStatus in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return PatchOperationStatus -
Uses of PatchOperationStatus in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as PatchOperationStatusModifier and TypeFieldDescriptionstatic final PatchOperationStatusPatchOperationStatus.COMPLETED_WITH_WARNINGSStatic value CompletedWithWarnings for PatchOperationStatus.static final PatchOperationStatusPatchOperationStatus.FAILEDStatic value Failed for PatchOperationStatus.static final PatchOperationStatusPatchOperationStatus.IN_PROGRESSStatic value InProgress for PatchOperationStatus.static final PatchOperationStatusPatchOperationStatus.SUCCEEDEDStatic value Succeeded for PatchOperationStatus.static final PatchOperationStatusPatchOperationStatus.UNKNOWNStatic value Unknown for PatchOperationStatus.Methods in com.azure.resourcemanager.compute.models that return PatchOperationStatusModifier and TypeMethodDescriptionstatic PatchOperationStatusPatchOperationStatus.fromString(String name) Creates or finds a PatchOperationStatus from its string representation.AvailablePatchSummary.status()Get the status property: The overall success or failure status of the operation.LastPatchInstallationSummary.status()Get the status property: The overall success or failure status of the operation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type PatchOperationStatusModifier and TypeMethodDescriptionstatic Collection<PatchOperationStatus>PatchOperationStatus.values()Gets known PatchOperationStatus values.