StorageAccountListResponse.GetEnumerator Method ()
Namespace: Microsoft.Azure.Management.Storage.Models
Assembly: Microsoft.Azure.Management.Storage (in Microsoft.Azure.Management.Storage.dll)
Syntax
public IEnumerator<StorageAccount> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of StorageAccount)
Return Value
Type: System.Collections.Generic.IEnumerator<StorageAccount>
Implements
IEnumerable<T>.GetEnumerator()
See Also
StorageAccountListResponse Class
Microsoft.Azure.Management.Storage.Models Namespace
Return to top