Dela via


MonitorServiceList Class

Definition

Monitor service details.

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

Properties

Data

Array of operations.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MonitorServiceList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MonitorServiceList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ServiceAlertMetadataProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ServiceAlertMetadataProperties)
IJsonModel<ServiceAlertMetadataProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ServiceAlertMetadataProperties)
IPersistableModel<MonitorServiceList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorServiceList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MonitorServiceList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ServiceAlertMetadataProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ServiceAlertMetadataProperties)
IPersistableModel<ServiceAlertMetadataProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ServiceAlertMetadataProperties)
IPersistableModel<ServiceAlertMetadataProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ServiceAlertMetadataProperties)

Applies to