Show / Hide Table of Contents

Struct InvokeTransformResult

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public readonly struct InvokeTransformResult

Constructors

View Source

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

Args

Declaration
public ImmutableDictionary<string, object?> Args { get; }
Property Value
Type Description
ImmutableDictionary<string, object>
View Source

Options

Declaration
public InvokeOptions Options { get; }
Property Value
Type Description
InvokeOptions
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.