SiteRecoveryConfigureAlertProperties Class

Definition

Properties of a configure alert request.

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

Constructors

SiteRecoveryConfigureAlertProperties()

Initializes a new instance of SiteRecoveryConfigureAlertProperties.

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<SiteRecoveryConfigureAlertProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryConfigureAlertProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryConfigureAlertProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryConfigureAlertProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryConfigureAlertProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to