UsageListResponse.GetEnumerator Method ()

 

Namespace:   Microsoft.Azure.Management.Storage.Models
Assembly:  Microsoft.Azure.Management.Storage (in Microsoft.Azure.Management.Storage.dll)

Syntax

public IEnumerator<Usage> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Usage)

Return Value

Type: System.Collections.Generic.IEnumerator<Usage>

Implements

IEnumerable<T>.GetEnumerator()

See Also

UsageListResponse Class
Microsoft.Azure.Management.Storage.Models Namespace

Return to top