Share via


AccountResource.CoreQuota Property

 

Gets or sets the core 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.coreQuota")]
public int CoreQuota { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "properties.coreQuota")]
property int CoreQuota {
    int get();
    void set(int value);
}
[<JsonPropertyAttribute(PropertyName = "properties.coreQuota")>]
member CoreQuota : int with get, set
<JsonPropertyAttribute(PropertyName := "properties.coreQuota")>
Public Property CoreQuota As Integer

Property Value

Type: System.Int32

See Also

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

Return to top