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