getMonitor

Gets properties of a SAP monitor for the specified subscription, resource group, and resource name. Uses Azure REST API version 2023-04-01. Other available API versions: 2023-12-01-preview, 2024-02-01-preview.

Return

SAP monitor info on Azure (ARM properties and SAP monitor properties)

Parameters

argument

null


suspend fun getMonitor(monitorName: String, resourceGroupName: String): GetMonitorResult

Return

SAP monitor info on Azure (ARM properties and SAP monitor properties)

Parameters

monitorName

Name of the SAP monitor resource.

resourceGroupName

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

See also


suspend fun getMonitor(argument: suspend GetMonitorPlainArgsBuilder.() -> Unit): GetMonitorResult

Return

SAP monitor info on Azure (ARM properties and SAP monitor properties)

Parameters

argument

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

See also