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