Sdílet prostřednictvím


BudgetAssociatedNotification Class

Definition

The notification associated with a budget.

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

Constructors

BudgetAssociatedNotification(Boolean, NotificationAlertTriggerType, Decimal, IEnumerable<String>)

Initializes a new instance of BudgetAssociatedNotification.

Properties

ContactEmails

Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

ContactGroups

Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes.

ContactRoles

Contact roles to send the budget notification to when the threshold is exceeded.

IsEnabled

The notification is enabled or not.

Locale

Language in which the recipient will receive the notification.

Operator

The comparison operator.

Threshold

Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000.

ThresholdType

The type of threshold.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BudgetAssociatedNotification>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BudgetAssociatedNotification>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BudgetAssociatedNotification>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BudgetAssociatedNotification>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BudgetAssociatedNotification>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to