Поделиться через


AlertProcessingRuleMonthlyRecurrence Class

Definition

Monthly recurrence object.

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

Constructors

AlertProcessingRuleMonthlyRecurrence(IEnumerable<Int32>)

Initializes a new instance of AlertProcessingRuleMonthlyRecurrence.

Properties

DaysOfMonth

Specifies the values for monthly recurrence pattern.

EndOn

End time for recurrence.

(Inherited from AlertProcessingRuleRecurrence)
StartOn

Start time for recurrence.

(Inherited from AlertProcessingRuleRecurrence)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AlertProcessingRuleMonthlyRecurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AlertProcessingRuleMonthlyRecurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<AlertProcessingRuleMonthlyRecurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AlertProcessingRuleMonthlyRecurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AlertProcessingRuleMonthlyRecurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to