Share via


DeploymentStep Class

Definition

The Step of AzureStackHCI Cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.DeploymentStepTypeConverter))]
public class DeploymentStep : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentStep
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.DeploymentStepTypeConverter))>]
type DeploymentStep = class
    interface IDeploymentStep
    interface IJsonSerializable
Public Class DeploymentStep
Implements IDeploymentStep
Inheritance
DeploymentStep
Attributes
Implements

Constructors

DeploymentStep()

Creates an new DeploymentStep instance.

Properties

Description

Description of step.

EndTimeUtc

End time of step.

Exception

List of exceptions in AzureStackHCI Cluster Deployment.

FullStepIndex

FullStepIndex of step.

Name

Name of step.

StartTimeUtc

Start time of step.

Status

Status of step. Allowed values are 'Error', 'Success', 'InProgress'

Step

List of nested steps of AzureStackHCI Cluster Deployment.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeploymentStep.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeploymentStep.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentStep.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeploymentStep into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to