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


NotificationProperties Class

Definition

The properties of the scheduled action notification.

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

Constructors

NotificationProperties(IEnumerable<String>, String)

Initializes a new instance of NotificationProperties.

Properties

Language

Locale of the email.

Message

Optional message to be added in the email. Length is limited to 250 characters.

RegionalFormat

Regional format used for formatting date/time and currency values in the email.

Subject

Subject of the email. Length is limited to 70 characters.

To

Array of email addresses.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NotificationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NotificationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NotificationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to