SapLandscapeMonitorPropertiesGrouping 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 SID groupings by landscape and Environment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.SapLandscapeMonitorPropertiesGroupingTypeConverter))]
public class SapLandscapeMonitorPropertiesGrouping : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.ISapLandscapeMonitorPropertiesGrouping
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.SapLandscapeMonitorPropertiesGroupingTypeConverter))>]
type SapLandscapeMonitorPropertiesGrouping = class
interface ISapLandscapeMonitorPropertiesGrouping
interface IJsonSerializable
Public Class SapLandscapeMonitorPropertiesGrouping
Implements ISapLandscapeMonitorPropertiesGrouping
- Inheritance
-
SapLandscapeMonitorPropertiesGrouping
- Attributes
- Implements
Constructors
SapLandscapeMonitorPropertiesGrouping() |
Creates an new SapLandscapeMonitorPropertiesGrouping instance. |
Properties
Landscape |
Gets or sets the list of landscape to SID mappings. |
SapApplication |
Gets or sets the list of Sap Applications to SID mappings. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapLandscapeMonitorPropertiesGrouping. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapLandscapeMonitorPropertiesGrouping. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.ISapLandscapeMonitorPropertiesGrouping. |
FromJsonString(String) |
Creates a new instance of SapLandscapeMonitorPropertiesGrouping, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapLandscapeMonitorPropertiesGrouping into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |