StepStatus 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 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() | |