Show / Hide Table of Contents

Class InputExtensions

Inheritance
System.Object
InputExtensions
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 InputExtensions

Methods

View Source

Apply<T, U>(Input<T>, Func<T, U>)

Apply<U>(Func<T, Output<U>>) for more details.

Declaration
public static Output<U> Apply<T, U>(this Input<T> input, Func<T, U> func)
Parameters
Type Name Description
Input<T> input
System.Func<T, U> func
Returns
Type Description
Output<U>
Type Parameters
Name Description
T
U
View Source

Apply<T, U>(Input<T>, Func<T, Input<U>>)

Apply<U>(Func<T, Output<U>>) for more details.

Declaration
public static Output<U> Apply<T, U>(this Input<T> input, Func<T, Input<U>> func)
Parameters
Type Name Description
Input<T> input
System.Func<T, Input<U>> func
Returns
Type Description
Output<U>
Type Parameters
Name Description
T
U
View Source

Apply<T, U>(Input<T>, Func<T, Output<U>>)

Apply<U>(Func<T, Output<U>>) for more details.

Declaration
public static Output<U> Apply<T, U>(this Input<T> input, Func<T, Output<U>> func)
Parameters
Type Name Description
Input<T> input
System.Func<T, Output<U>> func
Returns
Type Description
Output<U>
Type Parameters
Name Description
T
U
View Source

Apply<T, U>(Input<T>, Func<T, Task<U>>)

Apply<U>(Func<T, Output<U>>) for more details.

Declaration
public static Output<U> Apply<T, U>(this Input<T> input, Func<T, Task<U>> func)
Parameters
Type Name Description
Input<T> input
System.Func<T, System.Threading.Tasks.Task<U>> func
Returns
Type Description
Output<U>
Type Parameters
Name Description
T
U
View Source

ToOutput<T>(Input<T>)

Declaration
public static Output<T> ToOutput<T>(this Input<T> input)
Parameters
Type Name Description
Input<T> input
Returns
Type Description
Output<T>
Type Parameters
Name Description
T
  • View Source
Back to top Copyright 2016-2022, Pulumi Corporation.