Show / Hide Table of Contents

Class InvokeRequest

Inheritance
object
InvokeRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public sealed class InvokeRequest

Constructors

View Source

InvokeRequest(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 Source

Args

Declaration
public readonly ImmutableDictionary<string, PropertyValue> Args
Field Value
Type Description
ImmutableDictionary<string, PropertyValue>
View Source

Tok

Declaration
public readonly string Tok
Field Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.