SiteRecoveryAlertProperties Class

Definition

The properties of an alert.

public class SiteRecoveryAlertProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAlertProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAlertProperties>
type SiteRecoveryAlertProperties = class
    interface IJsonModel<SiteRecoveryAlertProperties>
    interface IPersistableModel<SiteRecoveryAlertProperties>
Public Class SiteRecoveryAlertProperties
Implements IJsonModel(Of SiteRecoveryAlertProperties), IPersistableModel(Of SiteRecoveryAlertProperties)
Inheritance
SiteRecoveryAlertProperties
Implements

Properties

CustomEmailAddresses

The custom email address for sending emails.

Locale

The locale for the email notification.

SendToOwners

A value indicating whether to send email to subscription administrator.

Explicit Interface Implementations

IJsonModel<SiteRecoveryAlertProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryAlertProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryAlertProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryAlertProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryAlertProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to