Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachinePatchStatus
-
Packages that use VirtualMachinePatchStatus Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachinePatchStatus in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachinePatchStatus Modifier and Type Method Description VirtualMachinePatchStatusVirtualMachineInstanceViewInner. patchStatus()Get the patchStatus property: [Preview Feature] The status of virtual machine patch operations.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachinePatchStatus Modifier and Type Method Description VirtualMachineInstanceViewInnerVirtualMachineInstanceViewInner. withPatchStatus(VirtualMachinePatchStatus patchStatus)Set the patchStatus property: [Preview Feature] The status of virtual machine patch operations. -
Uses of VirtualMachinePatchStatus in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachinePatchStatus Modifier and Type Method Description VirtualMachinePatchStatusVirtualMachinePatchStatus. withAvailablePatchSummary(AvailablePatchSummary availablePatchSummary)Set the availablePatchSummary property: The available patch summary of the latest assessment operation for the virtual machine.VirtualMachinePatchStatusVirtualMachinePatchStatus. withLastPatchInstallationSummary(LastPatchInstallationSummary lastPatchInstallationSummary)Set the lastPatchInstallationSummary property: The installation summary of the latest installation operation for the virtual machine.
-