Share via


AllowedEnvironmentTypeCollection.IEnumerable<AllowedEnvironmentTypeResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to