VirtualMachinePatchStatus Class

Definition

The status of virtual machine patch operations.

public class VirtualMachinePatchStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachinePatchStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachinePatchStatus>
type VirtualMachinePatchStatus = class
    interface IJsonModel<VirtualMachinePatchStatus>
    interface IPersistableModel<VirtualMachinePatchStatus>
Public Class VirtualMachinePatchStatus
Implements IJsonModel(Of VirtualMachinePatchStatus), IPersistableModel(Of VirtualMachinePatchStatus)
Inheritance
VirtualMachinePatchStatus
Implements

Properties

AvailablePatchSummary

The available patch summary of the latest assessment operation for the virtual machine.

ConfigurationStatuses

The enablement status of the specified patchMode.

LastPatchInstallationSummary

The installation summary of the latest installation operation for the virtual machine.

Explicit Interface Implementations

IJsonModel<VirtualMachinePatchStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VirtualMachinePatchStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualMachinePatchStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachinePatchStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VirtualMachinePatchStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to