AccountProperties.PoolQuota Property

 

Optional. The pool 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 PoolQuota { get; set; }
public:
property int PoolQuota {
    int get();
    void set(int value);
}
member PoolQuota : int with get, set
Public Property PoolQuota As Integer

Property Value

Type: System.Int32

See Also

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

Return to top