AccountProperties.CoreQuota Property
Optional. 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
public int CoreQuota { get; set; }
public:
property int CoreQuota {
int get();
void set(int value);
}
member CoreQuota : int with get, set
Public Property CoreQuota As Integer
Property Value
Type: System.Int32
See Also
AccountProperties Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top