Share via


QuotaGetResponse.Quota Property

 

Optional. Gets or sets the quota that was retrieved from the server.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public Quota Quota { get; set; }
public:
property Quota^ Quota {
    Quota^ get();
    void set(Quota^ value);
}
member Quota : Quota with get, set
Public Property Quota As Quota

Property Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.Quota

See Also

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

Return to top