ConnectionMonitorTestCollection.IEnumerable<ConnectionMonitorTestResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to