ExperimentExecutionActionTargetDetailsError Class

Definition

Model that represents the Experiment action target details error model.

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

Properties

Code

The error code.

Message

The error message.

Explicit Interface Implementations

IJsonModel<ExperimentExecutionActionTargetDetailsError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExperimentExecutionActionTargetDetailsError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExperimentExecutionActionTargetDetailsError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExperimentExecutionActionTargetDetailsError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExperimentExecutionActionTargetDetailsError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to