SapLandscapeMonitorSidMapping Class

Definition

Gets or sets the mapping for SID to Environment/Applications.

public class SapLandscapeMonitorSidMapping
public class SapLandscapeMonitorSidMapping : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorSidMapping>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorSidMapping>
type SapLandscapeMonitorSidMapping = class
type SapLandscapeMonitorSidMapping = class
    interface IJsonModel<SapLandscapeMonitorSidMapping>
    interface IPersistableModel<SapLandscapeMonitorSidMapping>
Public Class SapLandscapeMonitorSidMapping
Public Class SapLandscapeMonitorSidMapping
Implements IJsonModel(Of SapLandscapeMonitorSidMapping), IPersistableModel(Of SapLandscapeMonitorSidMapping)
Inheritance
SapLandscapeMonitorSidMapping
Implements

Constructors

SapLandscapeMonitorSidMapping()

Initializes a new instance of SapLandscapeMonitorSidMapping.

Properties

Name

Gets or sets the name of the grouping.

TopSid

Gets or sets the list of SID's.

Explicit Interface Implementations

IJsonModel<SapLandscapeMonitorSidMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SapLandscapeMonitorSidMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapLandscapeMonitorSidMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapLandscapeMonitorSidMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SapLandscapeMonitorSidMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to