Share via


AutoUpgradeProfileStatus Class

Definition

AutoUpgradeProfileStatus is the status of an auto upgrade profile.

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

Constructors

AutoUpgradeProfileStatus()

Initializes a new instance of AutoUpgradeProfileStatus.

Properties

LastTriggeredOn

The UTC time of the last attempt to automatically create and start an UpdateRun as triggered by the release of new versions.

LastTriggerError

The error details of the last trigger.

LastTriggerStatus

The status of the last AutoUpgrade trigger.

LastTriggerUpgradeVersions

The target Kubernetes version or node image versions of the last trigger.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutoUpgradeProfileStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutoUpgradeProfileStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutoUpgradeProfileStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutoUpgradeProfileStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutoUpgradeProfileStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to