Dela via


ServiceAlertMetadataProperties Class

Definition

alert meta data property bag Please note ServiceAlertMetadataProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MonitorServiceList.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AlertsManagement.Models.UnknownAlertsMetaDataProperties))]
public abstract class ServiceAlertMetadataProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertMetadataProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertMetadataProperties>
public abstract class ServiceAlertMetadataProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AlertsManagement.Models.UnknownAlertsMetaDataProperties))>]
type ServiceAlertMetadataProperties = class
    interface IJsonModel<ServiceAlertMetadataProperties>
    interface IPersistableModel<ServiceAlertMetadataProperties>
type ServiceAlertMetadataProperties = class
Public MustInherit Class ServiceAlertMetadataProperties
Implements IJsonModel(Of ServiceAlertMetadataProperties), IPersistableModel(Of ServiceAlertMetadataProperties)
Public MustInherit Class ServiceAlertMetadataProperties
Inheritance
ServiceAlertMetadataProperties
Derived
Attributes
Implements

Constructors

ServiceAlertMetadataProperties()

Initializes a new instance of ServiceAlertMetadataProperties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServiceAlertMetadataProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceAlertMetadataProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceAlertMetadataProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceAlertMetadataProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceAlertMetadataProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to