Share via


JobCollectionIntrinsicSettings.Quota Property

 

Optional. Quota settings for the job collection.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public JobCollectionQuota Quota { get; set; }
public:
property JobCollectionQuota^ Quota {
    JobCollectionQuota^ get();
    void set(JobCollectionQuota^ value);
}
member Quota : JobCollectionQuota with get, set
Public Property Quota As JobCollectionQuota

Property Value

Type: Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionQuota

See Also

JobCollectionIntrinsicSettings Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top