SubscriptionQuotasGetResponse.AccountQuota Property

 

Optional. The number of accounts the subscription is allowed to create in the Batch Service at the specified region.

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

public int AccountQuota { get; set; }
public:
property int AccountQuota {
    int get();
    void set(int value);
}
member AccountQuota : int with get, set
Public Property AccountQuota As Integer

Property Value

Type: System.Int32

See Also

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

Return to top