Megosztás a következőn keresztül:


AlertCriterion Struct

Definition

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

AlertCriterion(String)

Initializes a new instance of AlertCriterion.

Properties

CostThresholdExceeded

CostThresholdExceeded.

CreditThresholdApproaching

CreditThresholdApproaching.

CreditThresholdReached

CreditThresholdReached.

CrossCloudCollectionError

CrossCloudCollectionError.

CrossCloudNewDataAvailable

CrossCloudNewDataAvailable.

ForecastCostThresholdExceeded

ForecastCostThresholdExceeded.

ForecastUsageThresholdExceeded

ForecastUsageThresholdExceeded.

GeneralThresholdError

GeneralThresholdError.

InvoiceDueDateApproaching

InvoiceDueDateApproaching.

InvoiceDueDateReached

InvoiceDueDateReached.

MultiCurrency

MultiCurrency.

QuotaThresholdApproaching

QuotaThresholdApproaching.

QuotaThresholdReached

QuotaThresholdReached.

UsageThresholdExceeded

UsageThresholdExceeded.

Methods

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

Equality(AlertCriterion, AlertCriterion)

Determines if two AlertCriterion values are the same.

Implicit(String to AlertCriterion)

Converts a string to a AlertCriterion.

Inequality(AlertCriterion, AlertCriterion)

Determines if two AlertCriterion values are not the same.

Applies to