Frequency Struct

Definition

Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days). Supported for CategoryType(s): ReservationUtilization.

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

Constructors

Name Description
Frequency(String)

Initializes a new instance of Frequency.

Properties

Name Description
Daily

After the threshold breaches and an Alert is fired, no further alerts will be sent until the next calendar day.

Monthly

After the threshold breaches and an Alert is fired, no further alerts will be sent for 30 calendar days.

Weekly

After the threshold breaches and an Alert is fired, no further alerts will be sent for 7 calendar days.

Methods

Name Description
Equals(Frequency)

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

Determines if two Frequency values are the same.

Implicit(String to Frequency)

Converts a string to a Frequency.

Implicit(String to Nullable<Frequency>)
Inequality(Frequency, Frequency)

Determines if two Frequency values are not the same.

Applies to