Show / Hide Table of Contents

Class DiffRequest

Inheritance
object
DiffRequest
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 DiffRequest

Constructors

View Source

DiffRequest(string, string, ImmutableDictionary<string, PropertyValue>, ImmutableDictionary<string, PropertyValue>, ImmutableArray<string>)

Declaration
public DiffRequest(string urn, string id, ImmutableDictionary<string, PropertyValue> oldState, ImmutableDictionary<string, PropertyValue> newInputs, ImmutableArray<string> ignoreChanges)
Parameters
Type Name Description
string urn
string id
ImmutableDictionary<string, PropertyValue> oldState
ImmutableDictionary<string, PropertyValue> newInputs
ImmutableArray<string> ignoreChanges

Fields

View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
string
View Source

IgnoreChanges

Declaration
public readonly ImmutableArray<string> IgnoreChanges
Field Value
Type Description
ImmutableArray<string>
View Source

NewInputs

Declaration
public readonly ImmutableDictionary<string, PropertyValue> NewInputs
Field Value
Type Description
ImmutableDictionary<string, PropertyValue>
View Source

OldState

Declaration
public readonly ImmutableDictionary<string, PropertyValue> OldState
Field Value
Type Description
ImmutableDictionary<string, PropertyValue>
View Source

Urn

Declaration
public readonly string Urn
Field Value
Type Description
string

Properties

View Source

Name

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

Type

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