EceActionStatus 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 ECE action plan deployment status for AzureStackHCI Cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.EceActionStatusTypeConverter))]
public class EceActionStatus : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IEceActionStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.EceActionStatusTypeConverter))>]
type EceActionStatus = class
interface IEceActionStatus
interface IJsonSerializable
Public Class EceActionStatus
Implements IEceActionStatus
- Inheritance
-
EceActionStatus
- Attributes
- Implements
Constructors
EceActionStatus() |
Creates an new EceActionStatus instance. |
Properties
Status |
Status of ECE action AzureStackHCI Cluster Deployment. |
Step |
List of steps of AzureStackHCI Cluster Deployment. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EceActionStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EceActionStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IEceActionStatus. |
FromJsonString(String) |
Creates a new instance of EceActionStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EceActionStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |