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