Recurrence::Frequency Property

 

Optional. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public:
property RecurrenceFrequency Frequency {
	RecurrenceFrequency get();
	void set(RecurrenceFrequency value);
}
Return to top
Show: