Show / Hide Table of Contents

Class InputMapExtensions

Inheritance
System.Object
InputMapExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public static class InputMapExtensions

Methods

View Source

Add<T, U>(InputMap<Union<T, U>>, String, Input<T>)

Declaration
public static void Add<T, U>(this InputMap<Union<T, U>> map, string key, Input<T> value)
Parameters
Type Name Description
InputMap<Union<T, U>> map
System.String key
Input<T> value
Type Parameters
Name Description
T
U
View Source

Add<T, U>(InputMap<Union<T, U>>, String, Input<U>)

Declaration
public static void Add<T, U>(this InputMap<Union<T, U>> map, string key, Input<U> value)
Parameters
Type Name Description
InputMap<Union<T, U>> map
System.String key
Input<U> value
Type Parameters
Name Description
T
U
  • View Source
Back to top Copyright 2016-2022, Pulumi Corporation.