Step 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 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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |