Class Input<T>
Input<T> is a property input for a Resource. It may be a promptly available T, or the output from a existing Resource.
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 class Input<T> : IInput
Type Parameters
| Name | Description |
|---|---|
| T |
Operators
View SourceImplicit(T to Input<T>)
Declaration
public static implicit operator Input<T>(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value |
Returns
| Type | Description |
|---|---|
| Input<T> |
Implicit(Input<T> to Output<T>)
Declaration
public static implicit operator Output<T>(Input<T> input)
Parameters
| Type | Name | Description |
|---|---|---|
| Input<T> | input |
Returns
| Type | Description |
|---|---|
| Output<T> |
Implicit(Output<T> to Input<T>)
Declaration
public static implicit operator Input<T>(Output<T> value)
Parameters
| Type | Name | Description |
|---|---|---|
| Output<T> | value |
Returns
| Type | Description |
|---|---|
| Input<T> |