ChaosExperimentRunActionStatus Class

Definition

Model that represents the an action and its status.

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

Properties

ActionId

The id of the action status.

ActionName

The name of the action status.

EndOn

String that represents the end time of the action.

StartOn

String that represents the start time of the action.

Status

The status of the action.

Targets

The array of targets.

Explicit Interface Implementations

IJsonModel<ChaosExperimentRunActionStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ChaosExperimentRunActionStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ChaosExperimentRunActionStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ChaosExperimentRunActionStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ChaosExperimentRunActionStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to