Share via


Quota Members

Represents a quota for a server. Quotas are used to govern how many database of different types can be created.

The following tables list the members exposed by the Quota type.

Public Constructors

  Name Description
  Quota Initializes a new instance of the Quota class.

Top

Public Properties

  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.

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

Quota Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace