ExtensionInstanceViewStatus 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.
Instance view status.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ExtensionInstanceViewStatusTypeConverter))]
public class ExtensionInstanceViewStatus : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IExtensionInstanceViewStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ExtensionInstanceViewStatusTypeConverter))>]
type ExtensionInstanceViewStatus = class
interface IExtensionInstanceViewStatus
interface IJsonSerializable
Public Class ExtensionInstanceViewStatus
Implements IExtensionInstanceViewStatus
- Inheritance
-
ExtensionInstanceViewStatus
- Attributes
- Implements
Constructors
ExtensionInstanceViewStatus() |
Creates an new ExtensionInstanceViewStatus instance. |
Properties
Code |
The status code. |
DisplayStatus |
The short localizable label for the status. |
Level |
The level code. |
Message |
The detailed status message, including for alerts and error messages. |
Time |
The time of the status. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExtensionInstanceViewStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExtensionInstanceViewStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IExtensionInstanceViewStatus. |
FromJsonString(String) |
Creates a new instance of ExtensionInstanceViewStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExtensionInstanceViewStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |