Uses of Class
com.azure.resourcemanager.compute.models.LastPatchInstallationSummary
-
Packages that use LastPatchInstallationSummary Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of LastPatchInstallationSummary in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return LastPatchInstallationSummary Modifier and Type Method Description LastPatchInstallationSummaryVirtualMachinePatchStatus. 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 LastPatchInstallationSummary Modifier and Type Method Description VirtualMachinePatchStatusVirtualMachinePatchStatus. withLastPatchInstallationSummary(LastPatchInstallationSummary lastPatchInstallationSummary)Set the lastPatchInstallationSummary property: The installation summary of the latest installation operation for the virtual machine.
-