MachineRunCommandInstanceView Class

Definition

The instance view of a machine run command.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineRunCommandInstanceViewTypeConverter))]
public class MachineRunCommandInstanceView : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommandInstanceView
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineRunCommandInstanceViewTypeConverter))>]
type MachineRunCommandInstanceView = class
    interface IMachineRunCommandInstanceView
    interface IJsonSerializable
Public Class MachineRunCommandInstanceView
Implements IMachineRunCommandInstanceView
Inheritance
MachineRunCommandInstanceView
Attributes
Implements

Constructors

MachineRunCommandInstanceView()

Creates an new MachineRunCommandInstanceView instance.

Properties

EndTime

Script end time.

Error

Script error stream.

ExecutionMessage

Communicate script configuration errors or execution messages.

ExecutionState

Script execution status.

ExitCode

Exit code returned from script execution.

Output

Script output stream.

StartTime

Script start time.

Statuses

The status information.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MachineRunCommandInstanceView.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MachineRunCommandInstanceView.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommandInstanceView.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MachineRunCommandInstanceView into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to