Share via


AzureWebCategoryCollection.IEnumerable<AzureWebCategoryResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to