SiteRecoveryAlertCreateOrUpdateContent Class

Definition

Request to configure alerts for the system.

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

Constructors

SiteRecoveryAlertCreateOrUpdateContent()

Initializes a new instance of SiteRecoveryAlertCreateOrUpdateContent.

Properties

Properties

The properties of a configure alert request.

Explicit Interface Implementations

IJsonModel<SiteRecoveryAlertCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryAlertCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryAlertCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryAlertCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryAlertCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to