LastPatchInstallationSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the properties of the last installed patch summary.
public class LastPatchInstallationSummary : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.LastPatchInstallationSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.LastPatchInstallationSummary>
type LastPatchInstallationSummary = class
interface IJsonModel<LastPatchInstallationSummary>
interface IPersistableModel<LastPatchInstallationSummary>
Public Class LastPatchInstallationSummary
Implements IJsonModel(Of LastPatchInstallationSummary), IPersistableModel(Of LastPatchInstallationSummary)
- Inheritance
-
LastPatchInstallationSummary
- Implements
Properties
Error |
The errors that were encountered during execution of the operation. The details array contains the list of them. |
ExcludedPatchCount |
The number of all available patches but excluded explicitly by a customer-specified exclusion list match. |
FailedPatchCount |
The count of patches that failed installation. |
InstallationActivityId |
The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. |
InstalledPatchCount |
The count of patches that successfully installed. |
LastModifiedOn |
The UTC timestamp when the operation began. |
MaintenanceWindowExceeded |
Describes whether the operation ran out of time before it completed all its intended actions. |
NotSelectedPatchCount |
The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. |
PendingPatchCount |
The number of all available patches expected to be installed over the course of the patch installation operation. |
StartOn |
The UTC timestamp when the operation began. |
Status |
The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings.". |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LastPatchInstallationSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LastPatchInstallationSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LastPatchInstallationSummary>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LastPatchInstallationSummary>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LastPatchInstallationSummary>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET