Uses of Class
com.azure.resourcemanager.compute.models.LastPatchInstallationSummary
Packages that use LastPatchInstallationSummary
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of LastPatchInstallationSummary in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type LastPatchInstallationSummaryModifier and TypeClassDescriptionfinal classDescribes the properties of the last installed patch summary.Methods in com.azure.resourcemanager.compute.models that return LastPatchInstallationSummaryModifier and TypeMethodDescriptionstatic LastPatchInstallationSummaryLastPatchInstallationSummary.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LastPatchInstallationSummary from the JsonReader.VirtualMachinePatchStatus.lastPatchInstallationSummary()Get the lastPatchInstallationSummary property: The installation summary of the latest installation operation for the virtual machine.Methods in com.azure.resourcemanager.compute.models with parameters of type LastPatchInstallationSummaryModifier and TypeMethodDescriptionVirtualMachinePatchStatus.withLastPatchInstallationSummary(LastPatchInstallationSummary lastPatchInstallationSummary) Set the lastPatchInstallationSummary property: The installation summary of the latest installation operation for the virtual machine.