Show / Hide Table of Contents

Class PreviewResult

Inheritance
object
PreviewResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class PreviewResult

Properties

View Source

ChangeSummary

Declaration
public IImmutableDictionary<OperationType, int> ChangeSummary { get; }
Property Value
Type Description
IImmutableDictionary<OperationType, int>
View Source

StandardError

Declaration
public string StandardError { get; }
Property Value
Type Description
string
View Source

StandardOutput

Declaration
public string StandardOutput { get; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.