RecurrentSchedule::Minutes Property

 

Optional. A collection of minutes at which the profile takes effect at.

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

public:
property IList<int>^ Minutes {
	IList<int>^ get();
	void set(IList<int>^ value);
}
Return to top
Show: