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