Class Input<T>
Assembly: Pulumi.dll
Type Parameters
Operators
View Source
Declaration
public static implicit operator Input<T>(T value)
Parameters
| Type |
Name |
Description |
| T |
value |
|
Returns
| Type |
Description |
| Input<T> |
|
View Source
Declaration
public static implicit operator Output<T>(Input<T> input)
Parameters
| Type |
Name |
Description |
| Input<T> |
input |
|
Returns
View Source
Declaration
public static implicit operator Input<T>(Output<T> value)
Parameters
| Type |
Name |
Description |
| Output<T> |
value |
|
Returns
| Type |
Description |
| Input<T> |
|
Extension Methods