Class CommandResult
Inheritance
CommandResult
Assembly: Pulumi.Automation.dll
Syntax
public sealed class CommandResult
Constructors
View Source
CommandResult(int, string, string)
Declaration
public CommandResult(int code, string standardOutput, string standardError)
Parameters
Properties
View Source
Code
Declaration
Property Value
View Source
StandardError
Declaration
public string StandardError { get; }
Property Value
View Source
StandardOutput
Declaration
public string StandardOutput { get; }
Property Value
Methods
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents the current object.
|
Overrides