Share via


DailyRecurrence Class

Definition

Daily recurrence object.

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

Constructors

Name Description
DailyRecurrence()

Initializes a new instance of DailyRecurrence.

Properties

Name Description
EndOn

End time for recurrence.

(Inherited from AlertProcessingRuleRecurrence)
StartOn

Start time for recurrence.

(Inherited from AlertProcessingRuleRecurrence)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AlertProcessingRuleRecurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AlertProcessingRuleRecurrence)
IJsonModel<DailyRecurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DailyRecurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AlertProcessingRuleRecurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AlertProcessingRuleRecurrence)
IPersistableModel<DailyRecurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DailyRecurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DailyRecurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to