Share via


SapLandscapeMonitorData Class

Definition

A class representing the SapLandscapeMonitor data model. configuration associated with SAP Landscape Monitor Dashboard.

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

Constructors

SapLandscapeMonitorData()

Initializes a new instance of SapLandscapeMonitorData.

Properties

Grouping

Gets or sets the SID groupings by landscape and Environment.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

State of provisioning of the SAP monitor.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TopMetricsThresholds

Gets or sets the list Top Metric Thresholds for SAP Landscape Monitor Dashboard.

Explicit Interface Implementations

IJsonModel<SapLandscapeMonitorData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapLandscapeMonitorData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapLandscapeMonitorData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapLandscapeMonitorData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapLandscapeMonitorData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to