Share via


MachineExtensionInstanceView Class

Definition

Describes the Machine Extension Instance View.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.MachineExtensionInstanceViewTypeConverter))]
public class MachineExtensionInstanceView : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.MachineExtensionInstanceViewTypeConverter))>]
type MachineExtensionInstanceView = class
    interface IMachineExtensionInstanceView
    interface IJsonSerializable
Public Class MachineExtensionInstanceView
Implements IMachineExtensionInstanceView
Inheritance
MachineExtensionInstanceView
Attributes
Implements

Constructors

MachineExtensionInstanceView()

Creates an new MachineExtensionInstanceView instance.

Properties

Name

The machine extension name.

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.

Type

Specifies the type of the extension; an example is "CustomScriptExtension".

TypeHandlerVersion

Specifies the version of the script handler.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MachineExtensionInstanceView.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MachineExtensionInstanceView.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MachineExtensionInstanceView into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to