Share via


BatchAccountCollection.IEnumerable<BatchAccountResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

System.Collections.Generic.IEnumerator<Azure.ResourceManager.Batch.BatchAccountResource> IEnumerable<BatchAccountResource>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<Azure.ResourceManager.Batch.BatchAccountResource>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Azure.ResourceManager.Batch.BatchAccountResource>
override this.System.Collections.Generic.IEnumerable<Azure.ResourceManager.Batch.BatchAccountResource>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Azure.ResourceManager.Batch.BatchAccountResource>
Function GetEnumerator () As IEnumerator(Of BatchAccountResource) Implements IEnumerable(Of BatchAccountResource).GetEnumerator

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to