strong-match-67698
09/12/2023, 9:58 AMdry-keyboard-94795
09/12/2023, 10:08 AMgetanomalies
function, though this doesn't seem available in the Classic provider.
https://www.pulumi.com/registry/packages/azure-native/api-docs/securityinsights/getanomalies/strong-match-67698
09/12/2023, 10:08 AMdry-keyboard-94795
09/12/2023, 10:09 AMstrong-match-67698
09/12/2023, 10:09 AMdry-keyboard-94795
09/12/2023, 10:09 AMstrong-match-67698
09/12/2023, 10:10 AMdry-keyboard-94795
09/12/2023, 10:28 AMget
functions that have filtering then. They generally don't require knowing a namestrong-match-67698
09/12/2023, 10:30 AM/// <summary>
/// Get an existing SmartDetectorAlertRule resource's state with the given name, ID, and optional extra
/// properties used to qualify the lookup.
/// </summary>
///
/// <param name="name">The unique name of the resulting resource.</param>
/// <param name="id">The unique provider ID of the resource to lookup.</param>
/// <param name="options">A bag of options that control this resource's behavior</param>
public static SmartDetectorAlertRule Get(string name, Input<string> id, CustomResourceOptions? options = null)
{
return new SmartDetectorAlertRule(name, id, options);
}