IntegrationServiceEnvironmentManagedApiCollection.IEnumerable<IntegrationServiceEnvironmentManagedApiResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to