RunCommandResult Class

Definition

[Microsoft.Rest.Serialization.JsonTransformation]
public class RunCommandResult : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OperationStatusResponse
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RunCommandResult = class
    inherit OperationStatusResponse
Public Class RunCommandResult
Inherits OperationStatusResponse
Inheritance
RunCommandResult
Attributes

Constructors

RunCommandResult()
RunCommandResult(String, String, Nullable<DateTime>, Nullable<DateTime>, ApiError, Object)

Properties

EndTime (Inherited from OperationStatusResponse)
Error (Inherited from OperationStatusResponse)
Name (Inherited from OperationStatusResponse)
Output
StartTime (Inherited from OperationStatusResponse)
Status (Inherited from OperationStatusResponse)

Applies to