MachineExtensionInstanceView 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.
Describes the Machine Extension Instance View.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineExtensionInstanceViewTypeConverter))]
public class MachineExtensionInstanceView : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.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.ConnectedMachine.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() |