GetSapLandscapeMonitorResult

data class GetSapLandscapeMonitorResult(val grouping: SapLandscapeMonitorPropertiesResponseGrouping? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val topMetricsThresholds: List<SapLandscapeMonitorMetricThresholdsResponse>? = null, val type: String)

configuration associated with SAP Landscape Monitor Dashboard.

Constructors

Link copied to clipboard
constructor(grouping: SapLandscapeMonitorPropertiesResponseGrouping? = null, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, topMetricsThresholds: List<SapLandscapeMonitorMetricThresholdsResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the SID groupings by landscape and Environment.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of provisioning of the SAP monitor.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Gets or sets the list Top Metric Thresholds for SAP Landscape Monitor Dashboard

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"