Show / Hide Table of Contents

Class CheckRequest

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

Constructors

View Source

CheckRequest(string, ImmutableDictionary<string, PropertyValue>, ImmutableDictionary<string, PropertyValue>, ImmutableArray<byte>)

Declaration
public CheckRequest(string urn, ImmutableDictionary<string, PropertyValue> oldInputs, ImmutableDictionary<string, PropertyValue> newInputs, ImmutableArray<byte> randomSeed)
Parameters
Type Name Description
string urn
ImmutableDictionary<string, PropertyValue> oldInputs
ImmutableDictionary<string, PropertyValue> newInputs
ImmutableArray<byte> randomSeed

Fields

View Source

NewInputs

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

OldInputs

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

RandomSeed

Declaration
public readonly ImmutableArray<byte> RandomSeed
Field Value
Type Description
ImmutableArray<byte>
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.