Share via


RedisLinkedServerWithPropertyCollection.IEnumerable<RedisLinkedServerWithPropertyResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to