ExperimentExecutionDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model that represents the execution details of an Experiment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentExecutionDetailsTypeConverter))]
public class ExperimentExecutionDetails : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentExecutionDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentExecutionDetailsTypeConverter))>]
type ExperimentExecutionDetails = class
interface IExperimentExecutionDetails
interface IJsonSerializable
Public Class ExperimentExecutionDetails
Implements IExperimentExecutionDetails
- Inheritance
-
ExperimentExecutionDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExperimentExecutionDetails() |
Creates an new ExperimentExecutionDetails instance. |
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. |
| ResourceGroupName |
Gets the resource group 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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExperimentExecutionDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExperimentExecutionDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentExecutionDetails. |
| FromJsonString(String) |
Creates a new instance of ExperimentExecutionDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExperimentExecutionDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |