Share via


EdgeTargetStatus Class

Definition

Target Status.

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

Properties

ComponentStatuses

Component statuses.

Name

Target name.

Status

Target status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeTargetStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeTargetStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeTargetStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeTargetStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeTargetStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to