IotHubDescriptionCollection.IEnumerable<IotHubDescriptionResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to