Show / Hide Table of Contents

Class MockRegisterResourceOutputsRequest

MockRegisterResourceOutputsRequest for use in RegisterOutputRequest

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

Constructors

View Source

MockRegisterResourceOutputsRequest(string, ImmutableDictionary<string, Output<object?>>)

Declaration
public MockRegisterResourceOutputsRequest(string urn, ImmutableDictionary<string, Output<object?>> outputs)
Parameters
Type Name Description
string urn
ImmutableDictionary<string, Output<object>> outputs

Fields

View Source

Outputs

The outputs which have been registered by the resource

Declaration
public readonly ImmutableDictionary<string, Output<object?>> Outputs
Field Value
Type Description
ImmutableDictionary<string, Output<object>>
View Source

Urn

The URN of the resource of which the outputs are being registered

Declaration
public readonly string Urn
Field Value
Type Description
string

Version 3.106.2

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.