AutomationAccountPython2PackageCollection.IEnumerable<AutomationAccountPython2PackageResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to