AppPlatformStorageCollection.IEnumerable<AppPlatformStorageResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to