JobCollectionQuota.MaxJobCount 属性

 

可选。 最大可以在此作业集合中创建的作业数。 最大值是依赖于该计划。

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

语法

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

属性值

Type: System.Nullable<Int32>

请参阅

JobCollectionQuota 类
Microsoft.WindowsAzure.Management.Scheduler.Models 命名空间

返回页首