HciUpdateStep 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.
Progress representation of the update run steps.
public class HciUpdateStep : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciUpdateStep>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciUpdateStep>
public class HciUpdateStep
type HciUpdateStep = class
interface IJsonModel<HciUpdateStep>
interface IPersistableModel<HciUpdateStep>
type HciUpdateStep = class
Public Class HciUpdateStep
Implements IJsonModel(Of HciUpdateStep), IPersistableModel(Of HciUpdateStep)
Public Class HciUpdateStep
- Inheritance
-
HciUpdateStep
- Implements
Constructors
HciUpdateStep() |
Initializes a new instance of HciUpdateStep. |
Properties
Description |
More detailed description of the step. |
EndOn |
When the step reached a terminal state. |
ErrorMessage |
Error message, specified if the step is in a failed state. |
ExpectedExecutionTime |
Expected execution time of a given step. This is optionally authored in the update action plan and can be empty. |
LastUpdatedOn |
Completion time of this step or the last completed sub-step. |
Name |
Name of the step. |
StartOn |
When the step started, or empty if it has not started executing. |
Status |
Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'. |
Steps |
Recursive model for child steps of this step. |
Explicit Interface Implementations
IJsonModel<HciUpdateStep>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciUpdateStep>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciUpdateStep>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciUpdateStep>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciUpdateStep>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET