AlertPropertiesDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Alert details.
public class AlertPropertiesDetails
type AlertPropertiesDetails = class
Public Class AlertPropertiesDetails
- Inheritance
-
AlertPropertiesDetails
Constructors
AlertPropertiesDetails() |
Initializes a new instance of AlertPropertiesDetails. |
Properties
Amount |
budget threshold amount. |
CompanyName |
company name. |
ContactEmails |
list of emails to contact. |
ContactGroups |
list of action groups to broadcast to. |
ContactRoles |
list of contact roles. |
CurrentSpend |
current spend. |
DepartmentName |
department name. |
EnrollmentEndDate |
datetime of enrollmentEndDate. |
EnrollmentNumber |
enrollment number. |
EnrollmentStartDate |
datetime of enrollmentStartDate. |
InvoicingThreshold |
invoicing threshold. |
MeterFilter |
array of meters to filter by To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Operator |
operator used to compare currentSpend with amount. |
OverridingAlert |
overriding alert. |
PeriodStartDate |
datetime of periodStartDate. |
ResourceFilter |
array of resources to filter by To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
ResourceGroupFilter |
array of resourceGroups to filter by To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
TagFilter |
tags to filter by To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Threshold |
notification threshold percentage as a decimal which activated this alert. |
TimeGrainType |
Type of timegrain cadence. |
TriggeredBy |
notificationId that triggered this alert. |
Unit |
unit of currency being used. |
Applies to
Azure SDK for .NET