SapLandscapeMonitorProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the properties for Sap Landscape Monitor Dashboard.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.SapLandscapeMonitorPropertiesTypeConverter))]
public class SapLandscapeMonitorProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.ISapLandscapeMonitorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.SapLandscapeMonitorPropertiesTypeConverter))>]
type SapLandscapeMonitorProperties = class
interface ISapLandscapeMonitorProperties
interface IJsonSerializable
Public Class SapLandscapeMonitorProperties
Implements ISapLandscapeMonitorProperties
- Inheritance
-
SapLandscapeMonitorProperties
- Attributes
- Implements
Constructors
SapLandscapeMonitorProperties() |
Creates an new SapLandscapeMonitorProperties instance. |
Properties
GroupingLandscape |
Gets or sets the list of landscape to SID mappings. |
GroupingSapApplication |
Gets or sets the list of Sap Applications to SID mappings. |
ProvisioningState |
State of provisioning of the SAP monitor. |
TopMetricsThreshold |
Gets or sets the list Top Metric Thresholds for SAP Landscape Monitor Dashboard |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapLandscapeMonitorProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapLandscapeMonitorProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.ISapLandscapeMonitorProperties. |
FromJsonString(String) |
Creates a new instance of SapLandscapeMonitorProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapLandscapeMonitorProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |