Class InvokeRequest
Inherited Members
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public sealed class InvokeRequest
Constructors
View SourceInvokeRequest(string, ImmutableDictionary<string, PropertyValue>)
Declaration
public InvokeRequest(string tok, ImmutableDictionary<string, PropertyValue> args)
Parameters
Type | Name | Description |
---|---|---|
string | tok | |
ImmutableDictionary<string, PropertyValue> | args |
Fields
View SourceArgs
Declaration
public readonly ImmutableDictionary<string, PropertyValue> Args
Field Value
Type | Description |
---|---|
ImmutableDictionary<string, PropertyValue> |
Tok
Declaration
public readonly string Tok
Field Value
Type | Description |
---|---|
string |