Share via


RecurrentSchedule.Minutes Property

 

Optional.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top