Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachinePatchStatus
Packages that use VirtualMachinePatchStatus
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 VirtualMachinePatchStatusModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.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 VirtualMachinePatchStatusModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachinePatchStatusModifier and TypeClassDescriptionfinal classThe status of virtual machine patch operations.Methods in com.azure.resourcemanager.compute.models that return VirtualMachinePatchStatusModifier and TypeMethodDescriptionstatic VirtualMachinePatchStatusVirtualMachinePatchStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachinePatchStatus from the JsonReader.VirtualMachinePatchStatus.withAvailablePatchSummary(AvailablePatchSummary availablePatchSummary) Set the availablePatchSummary property: The available patch summary of the latest assessment operation for the virtual machine.VirtualMachinePatchStatus.withLastPatchInstallationSummary(LastPatchInstallationSummary lastPatchInstallationSummary) Set the lastPatchInstallationSummary property: The installation summary of the latest installation operation for the virtual machine.