PatchInstallationDetail Class

Definition

Information about a specific patch that was encountered during an installation action.

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

Properties

Classifications

The classification(s) of the patch as provided by the patch publisher.

InstallationState

The state of the patch after the installation operation completed.

KbId

The KBID of the patch. Only applies to Windows patches.

Name

The friendly name of the patch.

PatchId

A unique identifier for the patch.

Version

The version string of the package. It may conform to Semantic Versioning. Only applies to Linux.

Explicit Interface Implementations

IJsonModel<PatchInstallationDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PatchInstallationDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PatchInstallationDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PatchInstallationDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PatchInstallationDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to