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)
Syntax
public IList<int> Minutes { get; set; }
public:
property IList<int>^ Minutes {
IList<int>^ get();
void set(IList<int>^ value);
}
member Minutes : IList<int> with get, set
Public Property Minutes As IList(Of Integer)
Property Value
Type: System.Collections.Generic.IList<Int32>
See Also
RecurrentSchedule Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top