ExperimentExecutionDetailsPropertiesRunInformation Class

Definition

The information of the experiment run.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentExecutionDetailsPropertiesRunInformationTypeConverter))]
public class ExperimentExecutionDetailsPropertiesRunInformation : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentExecutionDetailsPropertiesRunInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentExecutionDetailsPropertiesRunInformationTypeConverter))>]
type ExperimentExecutionDetailsPropertiesRunInformation = class
    interface IExperimentExecutionDetailsPropertiesRunInformation
    interface IJsonSerializable
Public Class ExperimentExecutionDetailsPropertiesRunInformation
Implements IExperimentExecutionDetailsPropertiesRunInformation
Inheritance
ExperimentExecutionDetailsPropertiesRunInformation
Attributes
Implements

Constructors

Name Description
ExperimentExecutionDetailsPropertiesRunInformation()

Creates an new ExperimentExecutionDetailsPropertiesRunInformation instance.

Properties

Name Description
Step

The steps of the experiment run.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExperimentExecutionDetailsPropertiesRunInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExperimentExecutionDetailsPropertiesRunInformation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentExecutionDetailsPropertiesRunInformation.

FromJsonString(String)

Creates a new instance of ExperimentExecutionDetailsPropertiesRunInformation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExperimentExecutionDetailsPropertiesRunInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to