ExperimentExecutionActionTargetDetailsProperties Class

Definition

Model that represents the Experiment action target details properties model.

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

Constructors

Name Description
ExperimentExecutionActionTargetDetailsProperties()

Creates an new ExperimentExecutionActionTargetDetailsProperties instance.

Properties

Name Description
Code

The error code.

Message

The error message

Status

The status of the execution.

Target

The target for the action.

TargetCompletedTime

String that represents the completed date time.

TargetFailedTime

String that represents the failed date time.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExperimentExecutionActionTargetDetailsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExperimentExecutionActionTargetDetailsProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExperimentExecutionActionTargetDetailsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to