ChaosExperimentRunStepStatus Class

Definition

Model that represents the a list of branches and branch statuses.

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

Properties

Branches

The array of branches.

Status

The value of the status of the step.

StepId

The id of the step.

StepName

The name of the step.

Explicit Interface Implementations

IJsonModel<ChaosExperimentRunStepStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ChaosExperimentRunStepStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ChaosExperimentRunStepStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ChaosExperimentRunStepStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ChaosExperimentRunStepStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to