Share via


UpgradeOperationHistoricalStatusInfoProperties Class

Definition

Describes each OS upgrade on the Virtual Machine Scale Set.

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

Properties

Error

Error Details for this upgrade if there are any.

Progress

Counts of the VMs in each state.

RollbackInfo

Information about OS rollback if performed.

RunningStatus

Information about the overall status of the upgrade operation.

StartedBy

Invoker of the Upgrade Operation.

TargetImageReference

Image Reference details.

Explicit Interface Implementations

IJsonModel<UpgradeOperationHistoricalStatusInfoProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpgradeOperationHistoricalStatusInfoProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpgradeOperationHistoricalStatusInfoProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpgradeOperationHistoricalStatusInfoProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpgradeOperationHistoricalStatusInfoProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to