Class PreviewResult
Inherited Members
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class PreviewResult
Properties
View SourceChangeSummary
Declaration
public IImmutableDictionary<OperationType, int> ChangeSummary { get; }
Property Value
| Type | Description |
|---|---|
| IImmutableDictionary<OperationType, int> |
StandardError
Declaration
public string StandardError { get; }
Property Value
| Type | Description |
|---|---|
| string |
StandardOutput
Declaration
public string StandardOutput { get; }
Property Value
| Type | Description |
|---|---|
| string |