IMachineRunCommandInstanceView Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineRunCommandInstanceViewTypeConverter))]
public interface IMachineRunCommandInstanceView : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineRunCommandInstanceViewTypeConverter))>]
type IMachineRunCommandInstanceView = interface
interface IJsonSerializable
Public Interface IMachineRunCommandInstanceView
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |