JobRecurrenceSchedule.Hours 属性

 

可选。 作业应该执行在一天中的小时数。

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

语法

public IList<int> Hours { get; set; }
public:
property IList<int>^ Hours {
    IList<int>^ get();
    void set(IList<int>^ value);
}
member Hours : IList<int> with get, set
Public Property Hours As IList(Of Integer)

属性值

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

请参阅

JobRecurrenceSchedule 类
Microsoft.WindowsAzure.Scheduler.Models 命名空间

返回页首