Show / Hide Table of Contents

Struct ResourceTransformResult

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 ResourceTransformResult

Constructors

View Source

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

Args

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

Options

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