IVirtualMachineRunCommandInstanceView 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.Compute.Models.Api20230701.VirtualMachineRunCommandInstanceViewTypeConverter))]
public interface IVirtualMachineRunCommandInstanceView : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.VirtualMachineRunCommandInstanceViewTypeConverter))>]
type IVirtualMachineRunCommandInstanceView = interface
interface IJsonSerializable
Public Interface IVirtualMachineRunCommandInstanceView
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 resource status information. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |