Share via


TargetComponentStatus Class

Definition

Component Status.

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

Properties

Name

Component name.

Status

Component status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TargetComponentStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TargetComponentStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TargetComponentStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TargetComponentStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TargetComponentStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to