Udostępnij za pośrednictwem


AlertProcessingRuleWeeklyRecurrence Class

Definition

Weekly recurrence object.

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

Constructors

AlertProcessingRuleWeeklyRecurrence(IEnumerable<AlertsManagementDayOfWeek>)

Initializes a new instance of AlertProcessingRuleWeeklyRecurrence.

Properties

DaysOfWeek

Specifies the values for weekly 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<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<AlertProcessingRuleWeeklyRecurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AlertProcessingRuleWeeklyRecurrence>.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<AlertProcessingRuleWeeklyRecurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AlertProcessingRuleWeeklyRecurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AlertProcessingRuleWeeklyRecurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to