RollingUpgradeRunningStatus Class

Definition

Information about the current running state of the overall upgrade.

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

Properties

Code

Code indicating the current status of the upgrade.

LastAction

The last action performed on the rolling upgrade.

LastActionOn

Last action time of the upgrade.

StartOn

Start time of the upgrade.

Explicit Interface Implementations

IJsonModel<RollingUpgradeRunningStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RollingUpgradeRunningStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RollingUpgradeRunningStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RollingUpgradeRunningStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RollingUpgradeRunningStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to