EceReportedProperties 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.
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
EceReportedProperties() |
Creates an new EceReportedProperties instance. |
Properties
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
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. |