IExperimentExecutionDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentExecutionDetailsTypeConverter))]
public interface IExperimentExecutionDetails : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentExecutionDetailsTypeConverter))>]
type IExperimentExecutionDetails = interface
    interface IJsonSerializable
Public Interface IExperimentExecutionDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
FailureReason

The reason why the execution failed.

Id

String of the fully qualified resource ID.

LastActionAt

String that represents the last action date time.

Name

String of the resource name.

RunInformationStep

The steps of the experiment run.

StartedAt

String that represents the start date time.

Status

The status of the execution.

StoppedAt

String that represents the stop date time.

Type

String of the resource type.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to