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