VirtualMachineRunCommandInstanceView 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.
The instance view of a virtual machine run command.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.VirtualMachineRunCommandInstanceViewTypeConverter))]
public class VirtualMachineRunCommandInstanceView : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommandInstanceView
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.VirtualMachineRunCommandInstanceViewTypeConverter))>]
type VirtualMachineRunCommandInstanceView = class
interface IVirtualMachineRunCommandInstanceView
interface IJsonSerializable
Public Class VirtualMachineRunCommandInstanceView
Implements IVirtualMachineRunCommandInstanceView
- Inheritance
-
VirtualMachineRunCommandInstanceView
- Attributes
- Implements
Constructors
VirtualMachineRunCommandInstanceView() |
Creates an new VirtualMachineRunCommandInstanceView 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 resource status information. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualMachineRunCommandInstanceView. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualMachineRunCommandInstanceView. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommandInstanceView. |
FromJsonString(String) |
Creates a new instance of VirtualMachineRunCommandInstanceView, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualMachineRunCommandInstanceView into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |