sparse-intern-71089
01/26/2022, 8:56 PMechoing-dinner-19531
01/26/2022, 10:46 PMdazzling-author-49810
01/27/2022, 10:25 PMechoing-dinner-19531
01/27/2022, 10:36 PMget/**
     * Retrieves the underlying value of this dependency.
     *
     * This function is only callable in code that runs in the cloud post-deployment.  At this
     * point all Output values will be known and can be safely retrieved. During pulumi deployment
     * or preview execution this must not be called (and will throw).  This is because doing so
     * would allow Output values to flow into Resources while losing the data that would allow
     * the dependency graph to be changed.
     */
    get(): T;Input<T>dazzling-author-49810
01/27/2022, 11:48 PMechoing-dinner-19531
01/27/2022, 11:53 PMnew Resource()dazzling-author-49810
01/28/2022, 1:31 PMdazzling-author-49810
01/28/2022, 1:31 PMdazzling-author-49810
01/28/2022, 1:31 PMechoing-dinner-19531
01/28/2022, 2:23 PMechoing-dinner-19531
01/28/2022, 2:23 PMdazzling-author-49810
01/28/2022, 3:23 PMechoing-dinner-19531
01/28/2022, 3:31 PMdazzling-author-49810
01/28/2022, 5:07 PMimport * as pulumi from "@pulumi/pulumi";*ResourceGroupResult* =*resources*.*GetResourceGroupResult*| *resources*.*ResourceGroup*;*ResourceGroupResult*;*set*(current: *ResourceGroupResult*) {*Config*("rg");*require*("name");*ResourceGroup*(): *Promise*<*ResourceGroupResult*> {*ResourceGroupResult* | null = null;*getResourceGroup*({*ResourceGroup*(name);dazzling-author-49810
01/28/2022, 5:08 PM*ResourceGroup*(name);dazzling-author-49810
01/28/2022, 5:08 PMdazzling-author-49810
01/28/2022, 5:08 PMdazzling-author-49810
01/28/2022, 5:08 PMresources.*getResourceGroup*echoing-dinner-19531
01/28/2022, 6:49 PMdazzling-author-49810
01/29/2022, 1:53 PMrg = new resources.*ResourceGroup*(name);echoing-dinner-19531
01/29/2022, 1:59 PMnew ResourceGroup(name)dazzling-author-49810
01/30/2022, 9:54 AM