get static method
Gets an existing Scope resource's state with the given name and id.
Implementation
static Scope get(
String name,
pulumi.Input<String> id, {
ScopeState? state,
pulumi.CustomResourceOptions? options,
}) {
return Scope._get(
name,
state: state?.toMap(),
options: pulumi.CustomResourceOptions(id: id).merge(options),
);
}