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