get Sap Landscape Monitor
suspend fun getSapLandscapeMonitor(argument: GetSapLandscapeMonitorPlainArgs): GetSapLandscapeMonitorResult
Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription, resource group, and resource name. Uses Azure REST API version 2023-04-01. Other available API versions: 2023-10-01-preview, 2023-12-01-preview, 2024-02-01-preview.
Return
configuration associated with SAP Landscape Monitor Dashboard.
Parameters
argument
null
suspend fun getSapLandscapeMonitor(monitorName: String, resourceGroupName: String): GetSapLandscapeMonitorResult
Return
configuration associated with SAP Landscape Monitor Dashboard.
Parameters
monitor Name
Name of the SAP monitor resource.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getSapLandscapeMonitor(argument: suspend GetSapLandscapeMonitorPlainArgsBuilder.() -> Unit): GetSapLandscapeMonitorResult
Return
configuration associated with SAP Landscape Monitor Dashboard.
Parameters
argument
Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetSapLandscapeMonitorPlainArgs.