getAlert

suspend fun getAlert(argument: GetAlertPlainArgs): GetAlertResult

Gets properties of an alert for the specified subscription, resource group, SAP monitor name, and resource name. Uses Azure REST API version 2024-02-01-preview.

Return

A alert associated with SAP monitor.

Parameters

argument

null


suspend fun getAlert(alertName: String, monitorName: String, resourceGroupName: String): GetAlertResult

Return

A alert associated with SAP monitor.

Parameters

alertName

Name of the SAP monitor alert resource.

monitorName

Name of the SAP monitor resource.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getAlert(argument: suspend GetAlertPlainArgsBuilder.() -> Unit): GetAlertResult

Return

A alert associated with SAP monitor.

Parameters

argument

Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetAlertPlainArgs.

See also