BudgetNotification.Frequency Property
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.
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 Azure.ResourceManager.CostManagement.Models.Frequency? Frequency { get; set; }
member this.Frequency : Nullable<Azure.ResourceManager.CostManagement.Models.Frequency> with get, set
Public Property Frequency As Nullable(Of Frequency)