PerNodeExtensionState 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.
Status of Arc Extension for a particular node in HCI Cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.PerNodeExtensionStateTypeConverter))]
public class PerNodeExtensionState : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IPerNodeExtensionState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.PerNodeExtensionStateTypeConverter))>]
type PerNodeExtensionState = class
interface IPerNodeExtensionState
interface IJsonSerializable
Public Class PerNodeExtensionState
Implements IPerNodeExtensionState
- Inheritance
-
PerNodeExtensionState
- Attributes
- Implements
Constructors
PerNodeExtensionState() |
Creates an new PerNodeExtensionState instance. |
Properties
Extension |
Fully qualified resource ID for the particular Arc Extension on this node. |
InstanceViewName |
The extension name. |
InstanceViewType |
Specifies the type of the extension; an example is "MicrosoftMonitoringAgent". |
InstanceViewTypeHandlerVersion |
Specifies the version of the script handler. |
Name |
Name of the node in HCI Cluster. |
State |
State of Arc Extension in this node. |
StatusCode |
The status code. |
StatusDisplayStatus |
The short localizable label for the status. |
StatusLevel |
The level code. |
StatusMessage |
The detailed status message, including for alerts and error messages. |
StatusTime |
The time of the status. |
TypeHandlerVersion |
Specifies the version of the script handler. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PerNodeExtensionState. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PerNodeExtensionState. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IPerNodeExtensionState. |
FromJsonString(String) |
Creates a new instance of PerNodeExtensionState, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PerNodeExtensionState into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |