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.
public class SapLandscapeMonitorPropertiesGrouping
public class SapLandscapeMonitorPropertiesGrouping : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorPropertiesGrouping>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorPropertiesGrouping>
type SapLandscapeMonitorPropertiesGrouping = class
type SapLandscapeMonitorPropertiesGrouping = class
interface IJsonModel<SapLandscapeMonitorPropertiesGrouping>
interface IPersistableModel<SapLandscapeMonitorPropertiesGrouping>
Public Class SapLandscapeMonitorPropertiesGrouping
Public Class SapLandscapeMonitorPropertiesGrouping
Implements IJsonModel(Of SapLandscapeMonitorPropertiesGrouping), IPersistableModel(Of SapLandscapeMonitorPropertiesGrouping)
- Inheritance
-
SapLandscapeMonitorPropertiesGrouping
- Implements
Constructors
SapLandscapeMonitorPropertiesGrouping() |
Initializes a new instance of SapLandscapeMonitorPropertiesGrouping. |
Properties
Landscape |
Gets or sets the list of landscape to SID mappings. |
SapApplication |
Gets or sets the list of Sap Applications to SID mappings. |
Explicit Interface Implementations
IJsonModel<SapLandscapeMonitorPropertiesGrouping>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SapLandscapeMonitorPropertiesGrouping>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SapLandscapeMonitorPropertiesGrouping>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SapLandscapeMonitorPropertiesGrouping>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SapLandscapeMonitorPropertiesGrouping>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET