Struct ResourceTransformResult
Inherited Members
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public readonly struct ResourceTransformResult
Constructors
View SourceResourceTransformResult(ImmutableDictionary<string, object?>, ResourceOptions)
Declaration
public ResourceTransformResult(ImmutableDictionary<string, object?> args, ResourceOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ImmutableDictionary<string, object> | args | |
| ResourceOptions | options |
Properties
View SourceArgs
Declaration
public ImmutableDictionary<string, object?> Args { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableDictionary<string, object> |
Options
Declaration
public ResourceOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| ResourceOptions |