QuotaListResponse.GetEnumerator Method ()
Gets the sequence of Quotas.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public IEnumerator<Quota> GetEnumerator()
public:
virtual IEnumerator<Quota^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Quota>
override GetEnumerator : unit -> IEnumerator<Quota>
Public Function GetEnumerator As IEnumerator(Of Quota)
Return Value
Type: System.Collections.Generic.IEnumerator<Quota>
Implements
IEnumerable<T>.GetEnumerator()
See Also
QuotaListResponse Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top