Quota Class
Represents a quota for a server. Quotas are used to govern how many database of different types can be created.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
Microsoft.WindowsAzure.Management.Sql.Models.Quota
| Name | Description | |
|---|---|---|
![]() | Quota() | Initializes a new instance of the Quota class. |
| Name | Description | |
|---|---|---|
![]() | Name | Optional. Gets the name of the service resource.(Inherited from SqlModelCommon.) |
![]() | State | Optional. Gets the state of the service resource.(Inherited from SqlModelCommon.) |
![]() | Type | Optional. Gets the type of the service resource.(Inherited from SqlModelCommon.) |
![]() | Value | Optional. Gets the value of the quota. This will be the maximum number of databases you can have that fall into this quota. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


