Uses of Class
com.microsoft.azure.management.compute.PatchOperationStatus
Packages that use PatchOperationStatus
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PatchOperationStatus in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute 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.microsoft.azure.management.compute that return PatchOperationStatusModifier and TypeMethodDescriptionstatic PatchOperationStatusPatchOperationStatus.fromString(String name) Creates or finds a PatchOperationStatus from its string representation.AvailablePatchSummary.status()Get the overall success or failure status of the operation.LastPatchInstallationSummary.status()Get the overall success or failure status of the operation.Methods in com.microsoft.azure.management.compute that return types with arguments of type PatchOperationStatusModifier and TypeMethodDescriptionstatic Collection<PatchOperationStatus>PatchOperationStatus.values()