Share via


SuppressionListAddressResourceCollection.IEnumerable<SuppressionListAddressResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to