共用方式為


AppPlatformBuildServiceAgentPoolCollection.IEnumerable<AppPlatformBuildServiceAgentPoolResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to