ExperimentExecutionActionTargetDetailsError 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 Experiment action target details error model.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentExecutionActionTargetDetailsErrorTypeConverter))]
public class ExperimentExecutionActionTargetDetailsError : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentExecutionActionTargetDetailsError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentExecutionActionTargetDetailsErrorTypeConverter))>]
type ExperimentExecutionActionTargetDetailsError = class
interface IExperimentExecutionActionTargetDetailsError
interface IJsonSerializable
Public Class ExperimentExecutionActionTargetDetailsError
Implements IExperimentExecutionActionTargetDetailsError
- Inheritance
-
ExperimentExecutionActionTargetDetailsError
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExperimentExecutionActionTargetDetailsError() |
Creates an new ExperimentExecutionActionTargetDetailsError instance. |
Properties
| Name | Description |
|---|---|
| Code |
The error code. |
| Message |
The error message |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExperimentExecutionActionTargetDetailsError. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExperimentExecutionActionTargetDetailsError. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentExecutionActionTargetDetailsError. |
| FromJsonString(String) |
Creates a new instance of ExperimentExecutionActionTargetDetailsError, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExperimentExecutionActionTargetDetailsError into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |