Step Class

Definition

Model that represents a step in the Experiment resource.

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

Constructors

Name Description
Step()

Creates an new Step instance.

Properties

Name Description
Branch

List of branches.

Name

String of the step name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Step.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Step.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Step into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to