AccountResource.ActiveJobAndJobScheduleQuota Property

 

Gets or sets 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

[JsonPropertyAttribute(PropertyName = "properties.activeJobAndJobScheduleQuota")]
public int ActiveJobAndJobScheduleQuota { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "properties.activeJobAndJobScheduleQuota")]
property int ActiveJobAndJobScheduleQuota {
    int get();
    void set(int value);
}
[<JsonPropertyAttribute(PropertyName = "properties.activeJobAndJobScheduleQuota")>]
member ActiveJobAndJobScheduleQuota : int with get, set
<JsonPropertyAttribute(PropertyName := "properties.activeJobAndJobScheduleQuota")>
Public Property ActiveJobAndJobScheduleQuota As Integer

Property Value

Type: System.Int32

See Also

AccountResource Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top