ActionStatus Class

Definition

Model that represents the an action and its status.

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

Constructors

Name Description
ActionStatus()

Creates an new ActionStatus instance.

Properties

Name Description
ActionId

The id of the action status.

ActionName

The name of the action status.

EndTime

String that represents the end time of the action.

StartTime

String that represents the start time of the action.

Status

The status of the action.

Target

The array of targets.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActionStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActionStatus.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActionStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to