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