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.
Troubleshooter step
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.StepTypeConverter))]
public class Step : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IStep
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.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 |
|---|---|
| AdditionalInfo |
The error additional info. |
| AutomatedCheckResult |
Insight Article Content |
| AutomatedCheckResultStatus |
Status for automated check result |
| AutomatedCheckResultType |
Type of Result. |
| AutomatedCheckResultVersion |
Version for automated check result |
| Code |
The error code. |
| Description |
Step description. |
| Detail |
The error details. |
| ExecutionStatus |
Status of Troubleshooter Step execution. |
| ExecutionStatusDescription |
This field has more detailed status description of the execution status. |
| Guidance |
Get or sets the Step guidance. |
| Id |
Unique step id. |
| Input | |
| Insight | |
| IsLastStep |
is this last step of the workflow. |
| Message |
The error message. |
| Target |
The error target. |
| Title |
Step title. |
| Type |
Type of Troubleshooting step. |
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.SelfHelp.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() | |