AlertCriterion Struct
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.
Criteria that triggered alert.
public readonly struct AlertCriterion : IEquatable<Azure.ResourceManager.CostManagement.Models.AlertCriterion>
type AlertCriterion = struct
Public Structure AlertCriterion
Implements IEquatable(Of AlertCriterion)
- Inheritance
-
AlertCriterion
- Implements
Constructors
| Name | Description |
|---|---|
| AlertCriterion(String) |
Initializes a new instance of AlertCriterion. |
Properties
| Name | Description |
|---|---|
| CostThresholdExceeded |
Gets the CostThresholdExceeded. |
| CreditThresholdApproaching |
Gets the CreditThresholdApproaching. |
| CreditThresholdReached |
Gets the CreditThresholdReached. |
| CrossCloudCollectionError |
Gets the CrossCloudCollectionError. |
| CrossCloudNewDataAvailable |
Gets the CrossCloudNewDataAvailable. |
| ForecastCostThresholdExceeded |
Gets the ForecastCostThresholdExceeded. |
| ForecastUsageThresholdExceeded |
Gets the ForecastUsageThresholdExceeded. |
| GeneralThresholdError |
Gets the GeneralThresholdError. |
| InvoiceDueDateApproaching |
Gets the InvoiceDueDateApproaching. |
| InvoiceDueDateReached |
Gets the InvoiceDueDateReached. |
| MultiCurrency |
Gets the MultiCurrency. |
| QuotaThresholdApproaching |
Gets the QuotaThresholdApproaching. |
| QuotaThresholdReached |
Gets the QuotaThresholdReached. |
| UsageThresholdExceeded |
Gets the UsageThresholdExceeded. |
Methods
| Name | Description |
|---|---|
| Equals(AlertCriterion) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AlertCriterion, AlertCriterion) |
Determines if two AlertCriterion values are the same. |
| Implicit(String to AlertCriterion) |
Converts a string to a AlertCriterion. |
| Implicit(String to Nullable<AlertCriterion>) | |
| Inequality(AlertCriterion, AlertCriterion) |
Determines if two AlertCriterion values are not the same. |