RecurrentSchedule.Minutes 属性

 

可选。

命名空间:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
程序集:  Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)

语法

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)

属性值

Type: System.Collections.Generic.IList<Int32>

请参阅

RecurrentSchedule 类
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models 命名空间

返回页首