Class MockRegisterResourceOutputsRequest
MockRegisterResourceOutputsRequest for use in RegisterOutputRequest
Inherited Members
Namespace: Pulumi.Testing
Assembly: Pulumi.dll
Syntax
public class MockRegisterResourceOutputsRequest
Constructors
View SourceMockRegisterResourceOutputsRequest(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 SourceOutputs
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>> |
Urn
The URN of the resource of which the outputs are being registered
Declaration
public readonly string Urn
Field Value
| Type | Description |
|---|---|
| string |