HciClusterDeploymentStep Class

Definition

The Step of AzureStackHCI Cluster.

public class HciClusterDeploymentStep : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciClusterDeploymentStep>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciClusterDeploymentStep>
type HciClusterDeploymentStep = class
    interface IJsonModel<HciClusterDeploymentStep>
    interface IPersistableModel<HciClusterDeploymentStep>
Public Class HciClusterDeploymentStep
Implements IJsonModel(Of HciClusterDeploymentStep), IPersistableModel(Of HciClusterDeploymentStep)
Inheritance
HciClusterDeploymentStep
Implements

Properties

Description

Description of step.

EndOn

End time of step.

Exception

List of exceptions in AzureStackHCI Cluster Deployment.

FullStepIndex

FullStepIndex of step.

Name

Name of step.

StartOn

Start time of step.

Status

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

Steps

List of nested steps of AzureStackHCI Cluster Deployment.

Explicit Interface Implementations

IJsonModel<HciClusterDeploymentStep>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HciClusterDeploymentStep>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciClusterDeploymentStep>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciClusterDeploymentStep>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HciClusterDeploymentStep>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to