Método StorageAccountListResponse.IEnumerable.GetEnumerator ()
Obtém a seqüência de StorageAccounts.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (em Microsoft.WindowsAzure.Management.Storage.dll)
Sintaxe
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
Valor de retorno
Type: System.Collections.IEnumerator
Implementações
Consulte também
Classe StorageAccountListResponse
Namespace Microsoft.WindowsAzure.Management.Storage.Models
Retornar ao topo