mysterious-australia-14256
04/06/2020, 8:54 PMtall-librarian-49374
04/07/2020, 5:57 AMapp.Id.Appply(id =>
{
var b = GetDiagnosticCategories(...id...));
...
}
mysterious-australia-14256
04/07/2020, 8:21 AMtall-librarian-49374
04/07/2020, 11:08 AMApply
Apply
too. Alternatively, if you have e.g. Output<string>
, you can also save it to stack outputs and they will be printed after pulumi up
is done.mysterious-australia-14256
04/07/2020, 1:21 PM