Share via


NotificationThresholdType Struct

Definition

The type of threshold.

public readonly struct NotificationThresholdType : IEquatable<Azure.ResourceManager.Consumption.Models.NotificationThresholdType>
type NotificationThresholdType = struct
Public Structure NotificationThresholdType
Implements IEquatable(Of NotificationThresholdType)
Inheritance
NotificationThresholdType
Implements

Constructors

NotificationThresholdType(String)

Initializes a new instance of NotificationThresholdType.

Properties

Actual

Actual costs budget alerts notify when the actual accrued cost exceeds the allocated budget .

Forecasted

Forecasted costs budget alerts provide advanced notification that your spending trends are likely to exceed your allocated budget, as it relies on forecasted cost predictions.

Methods

Equals(NotificationThresholdType)

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(NotificationThresholdType, NotificationThresholdType)

Determines if two NotificationThresholdType values are the same.

Implicit(String to NotificationThresholdType)

Converts a string to a NotificationThresholdType.

Inequality(NotificationThresholdType, NotificationThresholdType)

Determines if two NotificationThresholdType values are not the same.

Applies to