다음을 통해 공유


AlertProcessingRuleRecurrence Class

Definition

Recurrence object. Please note AlertProcessingRuleRecurrence 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 DailyRecurrence, AlertProcessingRuleMonthlyRecurrence and AlertProcessingRuleWeeklyRecurrence.

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

Constructors

AlertProcessingRuleRecurrence()

Initializes a new instance of AlertProcessingRuleRecurrence.

Properties

EndOn

End time for recurrence.

StartOn

Start time for recurrence.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AlertProcessingRuleRecurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AlertProcessingRuleRecurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AlertProcessingRuleRecurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AlertProcessingRuleRecurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AlertProcessingRuleRecurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to