Partager via


Notification Constructeurs

Définition

Surcharges

Notification()

Initialise une nouvelle instance de la classe Notification.

Notification(Boolean, String, Decimal, IList<String>, IList<String>, IList<String>)

Initialise une nouvelle instance de la classe Notification.

Notification()

Initialise une nouvelle instance de la classe Notification.

public Notification ();
Public Sub New ()

S’applique à

Notification(Boolean, String, Decimal, IList<String>, IList<String>, IList<String>)

Initialise une nouvelle instance de la classe Notification.

public Notification (bool enabled, string operatorProperty, decimal threshold, System.Collections.Generic.IList<string> contactEmails, System.Collections.Generic.IList<string> contactRoles = default, System.Collections.Generic.IList<string> contactGroups = default);
new Microsoft.Azure.Management.Consumption.Models.Notification : bool * string * decimal * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Consumption.Models.Notification
Public Sub New (enabled As Boolean, operatorProperty As String, threshold As Decimal, contactEmails As IList(Of String), Optional contactRoles As IList(Of String) = Nothing, Optional contactGroups As IList(Of String) = Nothing)

Paramètres

enabled
Boolean

La notification est activée ou non.

operatorProperty
String

Opérateur de comparaison. Les valeurs possibles sont les suivantes : 'EqualTo', 'GreaterThan', 'GreaterThanOrEqualTo'

threshold
Decimal

Valeur de seuil associée à une notification. Une notification est envoyée lorsque le coût a dépassé le seuil. Il est toujours pourcentage et doit être compris entre 0 et 1000.

contactEmails
IList<String>

Email adresses à laquelle envoyer la notification budgétaire lorsque le seuil est dépassé.

contactRoles
IList<String>

Contactez les rôles auxquels envoyer la notification budgétaire lorsque le seuil est dépassé.

contactGroups
IList<String>

Groupes d’actions auxquels envoyer la notification budgétaire lorsque le seuil est dépassé.

S’applique à