Show / Hide Table of Contents

Class PropertyDiff

Inheritance
object
PropertyDiff
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public sealed class PropertyDiff

Properties

View Source

InputDiff

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

Kind

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