共用方式為


StorageSyncServiceCollection.IEnumerable<StorageSyncServiceResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to