JobRecurrenceSchedule.Minutes 属性
可选。 在应执行作业的分钟数小时。
命名空间: Microsoft.WindowsAzure.Scheduler.Models
程序集: Microsoft.WindowsAzure.Management.Scheduler(Microsoft.WindowsAzure.Management.Scheduler.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>
请参阅
JobRecurrenceSchedule 类
Microsoft.WindowsAzure.Scheduler.Models 命名空间
返回页首