Share via


EventHubsConsumerGroupCollection.IEnumerable<EventHubsConsumerGroupResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to