Show / Hide Table of Contents

Class InputExtensions

Inheritance
object
InputExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
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
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
Func<T, 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-2023, Pulumi Corporation.