IExperimentExecutionDetailsProperties Interface

Definition

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

Properties

Name Description
FailureReason

The reason why the execution failed.

LastActionAt

String that represents the last action date time.

RunInformationStep

The steps of the experiment run.

StartedAt

String that represents the start date time.

(Inherited from IExperimentExecutionProperties)
Status

The status of the execution.

(Inherited from IExperimentExecutionProperties)
StoppedAt

String that represents the stop date time.

(Inherited from IExperimentExecutionProperties)

Methods

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

Applies to