get Alert Rule Resource
suspend fun getAlertRuleResource(argument: GetAlertRuleResourcePlainArgs): GetAlertRuleResourceResult
Get a AlertRuleResource Uses Azure REST API version 2024-07-19-preview. Other available API versions: 2024-10-01-preview, 2025-01-02.
Return
Concrete proxy resource types can be created by aliasing this type using a specific property type.
Parameters
argument
null
suspend fun getAlertRuleResource(alertRuleResourceName: String, resourceGroupName: String, watcherName: String): GetAlertRuleResourceResult
Return
Concrete proxy resource types can be created by aliasing this type using a specific property type.
Parameters
alert Rule Resource Name
The alert rule proxy resource name.
resource Group Name
The name of the resource group. The name is case insensitive.
watcher Name
The database watcher name.
See also
suspend fun getAlertRuleResource(argument: suspend GetAlertRuleResourcePlainArgsBuilder.() -> Unit): GetAlertRuleResourceResult
Return
Concrete proxy resource types can be created by aliasing this type using a specific property type.
Parameters
argument
Builder for com.pulumi.azurenative.databasewatcher.kotlin.inputs.GetAlertRuleResourcePlainArgs.