Share via


DevTestLabNotificationChannelCollection.IEnumerable<DevTestLabNotificationChannelResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to