AppServicePlanCollection.IEnumerable<AppServicePlanResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to