SapLandscapeMonitorSidMapping 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 mapping for SID to Environment/Applications.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.SapLandscapeMonitorSidMappingTypeConverter))]
public class SapLandscapeMonitorSidMapping : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorSidMapping
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.SapLandscapeMonitorSidMappingTypeConverter))>]
type SapLandscapeMonitorSidMapping = class
interface ISapLandscapeMonitorSidMapping
interface IJsonSerializable
Public Class SapLandscapeMonitorSidMapping
Implements ISapLandscapeMonitorSidMapping
- Inheritance
-
SapLandscapeMonitorSidMapping
- Attributes
- Implements
Constructors
SapLandscapeMonitorSidMapping() |
Creates an new SapLandscapeMonitorSidMapping instance. |
Properties
Name |
Gets or sets the name of the grouping. |
TopSid |
Gets or sets the list of SID's. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapLandscapeMonitorSidMapping. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapLandscapeMonitorSidMapping. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorSidMapping. |
FromJsonString(String) |
Creates a new instance of SapLandscapeMonitorSidMapping, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapLandscapeMonitorSidMapping into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |