ExperimentExecutionDetails Class

Definition

Model that represents the execution details of an Experiment.

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

Properties

FailureReason

The reason why the execution failed.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LastActionOn

String that represents the last action date time.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RunInformationSteps

The steps of the experiment run.

StartedOn

String that represents the start date time.

Status

The status of the execution.

StoppedOn

String that represents the stop date time.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<ExperimentExecutionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExperimentExecutionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExperimentExecutionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExperimentExecutionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExperimentExecutionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to