Show / Hide Table of Contents

Class PropertyDiff

PropertyDiff describes the difference between a single property's old and new values.

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

Properties

View Source

InputDiff

InputDiff is true if this is a difference between old and new inputs rather than old state and new inputs.

Declaration
public bool InputDiff { get; }
Property Value
Type Description
bool
View Source

Kind

Kind is the kind of difference.

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