Notification interface
The notification associated with a budget.
Properties
contact |
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. |
contact |
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. |
contact |
Contact roles to send the budget notification to when the threshold is exceeded. |
enabled | 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. |
threshold |
The type of threshold |
Property Details
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.
contactEmails: string[]
Property Value
string[]
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.
contactGroups?: string[]
Property Value
string[]
contactRoles
Contact roles to send the budget notification to when the threshold is exceeded.
contactRoles?: string[]
Property Value
string[]
enabled
The notification is enabled or not.
enabled: boolean
Property Value
boolean
locale
Language in which the recipient will receive the notification
locale?: string
Property Value
string
operator
The comparison operator.
operator: string
Property Value
string
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.
threshold: number
Property Value
number
thresholdType
The type of threshold
thresholdType?: string
Property Value
string