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