Share via


EdgeExecutionStatus Class

Definition

Execution Status.

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

Properties

Name Description
StageHistory

target resource statuses.

Status

Deployment status.

StatusMessage

status details.

UpdateOn

The lastModified timestamp of the Status.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<EdgeExecutionStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeExecutionStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeExecutionStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeExecutionStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeExecutionStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to