Show / Hide Table of Contents

Struct OutputReference

Implements
IEquatable<OutputReference>
Inherited Members
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public readonly struct OutputReference : IEquatable<OutputReference>

Constructors

View Source

OutputReference(PropertyValue?, ImmutableArray<string>)

Declaration
public OutputReference(PropertyValue? value, ImmutableArray<string> dependencies)
Parameters
Type Name Description
PropertyValue value
ImmutableArray<string> dependencies

Fields

View Source

Dependencies

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

Value

Declaration
public readonly PropertyValue? Value
Field Value
Type Description
PropertyValue

Methods

View Source

Equals(OutputReference)

Declaration
public bool Equals(OutputReference other)
Parameters
Type Name Description
OutputReference other
Returns
Type Description
bool
View Source

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
ValueType.Equals(object)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()

Implements

IEquatable<T>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.