Class VirtualMachinePatchStatus
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachinePatchStatus
The status of virtual machine patch operations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the available patch summary of the latest assessment operation for the virtual machine.Get the enablement status of the specified patchMode.Get the installation summary of the latest installation operation for the virtual machine.withAvailablePatchSummary
(AvailablePatchSummary availablePatchSummary) Set the available patch summary of the latest assessment operation for the virtual machine.withLastPatchInstallationSummary
(LastPatchInstallationSummary lastPatchInstallationSummary) Set the installation summary of the latest installation operation for the virtual machine.
-
Constructor Details
-
VirtualMachinePatchStatus
public VirtualMachinePatchStatus()
-
-
Method Details
-
availablePatchSummary
Get the available patch summary of the latest assessment operation for the virtual machine.- Returns:
- the availablePatchSummary value
-
withAvailablePatchSummary
public VirtualMachinePatchStatus withAvailablePatchSummary(AvailablePatchSummary availablePatchSummary) Set the available patch summary of the latest assessment operation for the virtual machine.- Parameters:
availablePatchSummary
- the availablePatchSummary value to set- Returns:
- the VirtualMachinePatchStatus object itself.
-
lastPatchInstallationSummary
Get the installation summary of the latest installation operation for the virtual machine.- Returns:
- the lastPatchInstallationSummary value
-
withLastPatchInstallationSummary
public VirtualMachinePatchStatus withLastPatchInstallationSummary(LastPatchInstallationSummary lastPatchInstallationSummary) Set the installation summary of the latest installation operation for the virtual machine.- Parameters:
lastPatchInstallationSummary
- the lastPatchInstallationSummary value to set- Returns:
- the VirtualMachinePatchStatus object itself.
-
configurationStatuses
Get the enablement status of the specified patchMode.- Returns:
- the configurationStatuses value
-