important-receptionist-30715
12/06/2022, 9:10 PMbillowy-army-68599
12/06/2022, 9:12 PMimportant-receptionist-30715
12/06/2022, 9:14 PMbillowy-army-68599
12/06/2022, 9:15 PMimportant-receptionist-30715
12/06/2022, 9:18 PMbillowy-army-68599
12/06/2022, 9:22 PMimportant-receptionist-30715
12/06/2022, 9:24 PMbillowy-army-68599
12/06/2022, 9:25 PMimportant-receptionist-30715
12/06/2022, 9:30 PMbillowy-army-68599
12/06/2022, 9:32 PMimportant-receptionist-30715
12/06/2022, 9:33 PMminiature-musician-31262
12/06/2022, 9:37 PMimportant-receptionist-30715
12/06/2022, 9:38 PMminiature-musician-31262
12/06/2022, 9:40 PMOutput
types. One sec herevar someResource = new FooResource("name", new
{
// ...
}).SomePropertyOfFoo.Apply(unwrappedValue => {
// Do something with the value.
<http://Pulumi.Log.Info|Pulumi.Log.Info>(unwrappedValue);
// Return the value.
return unwrappedValue;
});
Azure.Sql.SqlServer
as well — all Pulumi Output values have an Apply
method that returns the resolved, unwrapped (“raw”) value. The linked doc Lee shared describes this in more detail: https://www.pulumi.com/docs/intro/concepts/inputs-outputs/#applyimportant-receptionist-30715
12/07/2022, 5:57 AMbillowy-army-68599
12/07/2022, 5:59 AMimportant-receptionist-30715
12/07/2022, 6:07 AMbillowy-army-68599
12/07/2022, 6:08 AMimportant-receptionist-30715
12/07/2022, 9:00 AMechoing-dinner-19531
12/07/2022, 9:46 AMminiature-musician-31262
12/07/2022, 4:08 PMimportant-receptionist-30715
12/07/2022, 5:59 PMminiature-musician-31262
12/07/2022, 6:31 PM