Compartir a través de


EceActionStatus Class

Definition

The ECE action plan deployment status for AzureStackHCI Cluster.

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

Properties

Status

Status of ECE action AzureStackHCI Cluster Deployment.

Steps

List of steps of AzureStackHCI Cluster Deployment.

Explicit Interface Implementations

IJsonModel<EceActionStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EceActionStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EceActionStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EceActionStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EceActionStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to