Share via


EceReportedProperties Class

Definition

The DeploymentStatus of AzureStackHCI Cluster.

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

Constructors

Name Description
EceReportedProperties()

Creates an new EceReportedProperties instance.

Properties

Name Description
DeploymentStatusStatus

Status of ECE action AzureStackHCI Cluster Deployment.

DeploymentStatusStep

List of steps of AzureStackHCI Cluster Deployment.

ValidationStatusStatus

Status of ECE action AzureStackHCI Cluster Deployment.

ValidationStatusStep

List of steps of AzureStackHCI Cluster Deployment.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EceReportedProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EceReportedProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EceReportedProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to