ExperimentExecutionActionTargetDetailsProperties Class

Definition

Model that represents the Experiment action target details properties model.

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

Properties

Error

The error of the action.

Status

The status of the execution.

Target

The target for the action.

TargetCompletedOn

String that represents the completed date time.

TargetFailedOn

String that represents the failed date time.

Explicit Interface Implementations

IJsonModel<ExperimentExecutionActionTargetDetailsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExperimentExecutionActionTargetDetailsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExperimentExecutionActionTargetDetailsProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExperimentExecutionActionTargetDetailsProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExperimentExecutionActionTargetDetailsProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to