StepStatus Class

Definition

Model that represents the a list of branches and branch statuses.

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

Constructors

Name Description
StepStatus()

Creates an new StepStatus instance.

Properties

Name Description
Branch

The array of branches.

Status

The value of the status of the step.

StepId

The id of the step.

StepName

The name of the step.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StepStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StepStatus.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StepStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to