AccountProperties.ActiveJobAndJobScheduleQuota Property
Optional. The active job and job schedule quota for this Batch account.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public int ActiveJobAndJobScheduleQuota { get; set; }
public:
property int ActiveJobAndJobScheduleQuota {
int get();
void set(int value);
}
member ActiveJobAndJobScheduleQuota : int with get, set
Public Property ActiveJobAndJobScheduleQuota As Integer
Property Value
Type: System.Int32
See Also
AccountProperties Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top